Html Css Color HEX #404B56 Rhino

📋 copy color: '#404B56'

red 64 ◦ green 75 ◦ blue 86

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

Shades of Rhino #404B56

Tints of Rhino #404B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.22%

R = 28.44%
G = 33.33%
B = 38.22%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#404B56 (or 0x404B56) is known color: Rhino. HEX triplet: 40, 4B and 56. RGB value is (64,75,86). Sum of RGB (Red+Green+Blue) = 64+75+86=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #404B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B56 is #BFB4A9. Grayscale: #484848. Windows color (decimal): -12563626 or 5655360. OLE color: 5655360.

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

Color convert

RGB 64 75 86 -
CMYK 0.26 0.13 0 0.66
HSL 210º 0.15% 0.29% -
HSV(B) 210º 0.26% 0.34% -
XYZ 6.31 6.79 9.78 -
YUV 72.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 64 75 86 0.26 0.13 0 0.66 210 0.15 0.29
Hex 40 4B 56 1A D 0 42 D2 F 1D
Octal 100 113 126 32 15 0 102 322 17 35
Binary 1000000 1001011 1010110 11010 1101 0 1000010 11010010 1111 11101

Color Harmonies of #404B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B56

Black with #404B56

Text Example


Text Example

White with #404B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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