Html Css Color HEX #404B57 Rhino

📋 copy color: '#404B57'

red 64 ◦ green 75 ◦ blue 87

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

Shades of Rhino #404B57

Tints of Rhino #404B57

RGB

 RED value IS 64 (25.39% from 255) = 28.32%

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

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

R = 28.32%
G = 33.19%
B = 38.5%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404B57 (or 0x404B57) is known color: Rhino. HEX triplet: 40, 4B and 57. RGB value is (64,75,87). Sum of RGB (Red+Green+Blue) = 64+75+87=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #404B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B57 is #BFB4A8. Grayscale: #494949. Windows color (decimal): -12563625 or 5720896. OLE color: 5720896.

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

Color convert

RGB 64 75 87 -
CMYK 0.26 0.14 0 0.66
HSL 211.3º 0.15% 0.3% -
HSV(B) 211.3º 0.26% 0.34% -
XYZ 6.35 6.81 10 -
YUV 73.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 64 75 87 0.26 0.14 0 0.66 211.3 0.15 0.3
Hex 40 4B 57 1A E 0 42 D3 F 1E
Octal 100 113 127 32 16 0 102 323 17 36
Binary 1000000 1001011 1010111 11010 1110 0 1000010 11010011 1111 11110

Color Harmonies of #404B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B57

Black with #404B57

Text Example


Text Example

White with #404B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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