Html Css Color HEX #404C61 Rhino

📋 copy color: '#404C61'

red 64 ◦ green 76 ◦ blue 97

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

Shades of Rhino #404C61

Tints of Rhino #404C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.93%

R = 27%
G = 32.07%
B = 40.93%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404C61 (or 0x404C61) is known color: Rhino. HEX triplet: 40, 4C and 61. RGB value is (64,76,97). Sum of RGB (Red+Green+Blue) = 64+76+97=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #404C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C61 is #BFB39E. Grayscale: #4A4A4A. Windows color (decimal): -12563359 or 6376512. OLE color: 6376512.

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

Color convert

RGB 64 76 97 -
CMYK 0.34 0.22 0 0.62
HSL 218.18º 0.2% 0.32% -
HSV(B) 218.18º 0.34% 0.38% -
XYZ 6.86 7.12 12.32 -
YUV 74.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 64 76 97 0.34 0.22 0 0.62 218.18 0.2 0.32
Hex 40 4C 61 22 16 0 3E DA 14 20
Octal 100 114 141 42 26 0 76 332 24 40
Binary 1000000 1001100 1100001 100010 10110 0 111110 11011010 10100 100000

Color Harmonies of #404C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C61

Black with #404C61

Text Example


Text Example

White with #404C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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