Html Css Color HEX #404C60 Rhino

📋 copy color: '#404C60'

red 64 ◦ green 76 ◦ blue 96

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

Shades of Rhino #404C60

Tints of Rhino #404C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 27.12%
G = 32.2%
B = 40.68%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404C60 (or 0x404C60) is known color: Rhino. HEX triplet: 40, 4C and 60. RGB value is (64,76,96). Sum of RGB (Red+Green+Blue) = 64+76+96=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #404C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C60 is #BFB39F. Grayscale: #4A4A4A. Windows color (decimal): -12563360 or 6310976. OLE color: 6310976.

HSL color Cylindrical-coordinate representation of color #404C60: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404C60 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 76 96 -
CMYK 0.33 0.21 0 0.62
HSL 217.5º 0.2% 0.31% -
HSV(B) 217.5º 0.33% 0.38% -
XYZ 6.81 7.1 12.08 -
YUV 74.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 64 76 96 0.33 0.21 0 0.62 217.5 0.2 0.31
Hex 40 4C 60 21 15 0 3E DA 14 1F
Octal 100 114 140 41 25 0 76 332 24 37
Binary 1000000 1001100 1100000 100001 10101 0 111110 11011010 10100 11111

Color Harmonies of #404C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C60

Black with #404C60

Text Example


Text Example

White with #404C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,96); }

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

background-color css

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

 a { background-color: rgb(64,76,96); }

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

border-color css

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

 span { border-color: rgb(64,76,96); }

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