Html Css Color HEX #404952 Rhino

📋 copy color: '#404952'

red 64 ◦ green 73 ◦ blue 82

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

Shades of Rhino #404952

Tints of Rhino #404952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 82 (32.42% from 255) = 37.44%

R = 29.22%
G = 33.33%
B = 37.44%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404952 (or 0x404952) is known color: Rhino. HEX triplet: 40, 49 and 52. RGB value is (64,73,82). Sum of RGB (Red+Green+Blue) = 64+73+82=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 82 - color contains mainly: blue. Hex color #404952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404952 is #BFB6AD. Grayscale: #474747. Windows color (decimal): -12564142 or 5392704. OLE color: 5392704.

HSL color Cylindrical-coordinate representation of color #404952: hue angle of 210º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404952 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 73 82 -
CMYK 0.22 0.11 0 0.68
HSL 210º 0.12% 0.29% -
HSV(B) 210º 0.22% 0.32% -
XYZ 6.02 6.46 8.91 -
YUV 71.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 64 73 82 0.22 0.11 0 0.68 210 0.12 0.29
Hex 40 49 52 16 B 0 44 D2 C 1D
Octal 100 111 122 26 13 0 104 322 14 35
Binary 1000000 1001001 1010010 10110 1011 0 1000100 11010010 1100 11101

Color Harmonies of #404952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404952

Black with #404952

Text Example


Text Example

White with #404952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404952; }

 p { color: rgb(64,73,82); }

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

background-color css

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

 a { background-color: rgb(64,73,82); }

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

border-color css

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

 span { border-color: rgb(64,73,82); }

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