Html Css Color HEX #424B57 Rhino

📋 copy color: '#424B57'

red 66 ◦ green 75 ◦ blue 87

#424B57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rhino #424B57

Tints of Rhino #424B57

RGB

 RED value IS 66 (26.17% from 255) = 28.95%

 GREEN value IS 75 (29.69% from 255) = 32.89%

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 28.95%
G = 32.89%
B = 38.16%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#424B57 (or 0x424B57) is known color: Rhino. HEX triplet: 42, 4B and 57. RGB value is (66,75,87). Sum of RGB (Red+Green+Blue) = 66+75+87=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 87 - color contains mainly: blue. Hex color #424B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B57 is #BDB4A8. Grayscale: #494949. Windows color (decimal): -12432553 or 5720898. OLE color: 5720898.

HSL color Cylindrical-coordinate representation of color #424B57: hue angle of 214.29º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424B57 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 75 87 -
CMYK 0.24 0.14 0 0.66
HSL 214.29º 0.14% 0.3% -
HSV(B) 214.29º 0.24% 0.34% -
XYZ 6.48 6.88 10 -
YUV 73.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 66 75 87 0.24 0.14 0 0.66 214.29 0.14 0.3
Hex 42 4B 57 18 E 0 42 D6 E 1E
Octal 102 113 127 30 16 0 102 326 16 36
Binary 1000010 1001011 1010111 11000 1110 0 1000010 11010110 1110 11110

Color Harmonies of #424B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B57

Black with #424B57

Text Example


Text Example

White with #424B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B57; }

 p { color: rgb(66,75,87); }

 H1.HeaderClassName
 {
   color: #424B57;
 }
 .AnyTagClassName
 {
   color: #424B57;
 }
</style>

background-color css

<style>
 a { background-color: #424B57; }

 a { background-color: rgb(66,75,87); }

 div.DivClassName
 {
   background-color: #424B57;
 }
 .BgClassName
 {
   background-color: #424B57;
 }
</style>

border-color css

<style>
 span { border-color: #424B57; }

 span { border-color: rgb(66,75,87); }

 td.TdClassName
 {
   border-color: #424B57;
 }
 .TagClassName
 {
   border-color: #424B57;
 }
</style>