Html Css Color HEX #404852 Rhino

📋 copy color: '#404852'

red 64 ◦ green 72 ◦ blue 82

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

Shades of Rhino #404852

Tints of Rhino #404852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.03%

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

R = 29.36%
G = 33.03%
B = 37.61%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404852 (or 0x404852) is known color: Rhino. HEX triplet: 40, 48 and 52. RGB value is (64,72,82). Sum of RGB (Red+Green+Blue) = 64+72+82=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #404852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404852 is #BFB7AD. Grayscale: #464646. Windows color (decimal): -12564398 or 5392448. OLE color: 5392448.

HSL color Cylindrical-coordinate representation of color #404852: hue angle of 213.33º 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 #404852 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 72 82 -
CMYK 0.22 0.12 0 0.68
HSL 213.33º 0.12% 0.29% -
HSV(B) 213.33º 0.22% 0.32% -
XYZ 5.95 6.33 8.89 -
YUV 70.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 64 72 82 0.22 0.12 0 0.68 213.33 0.12 0.29
Hex 40 48 52 16 C 0 44 D5 C 1D
Octal 100 110 122 26 14 0 104 325 14 35
Binary 1000000 1001000 1010010 10110 1100 0 1000100 11010101 1100 11101

Color Harmonies of #404852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404852

Black with #404852

Text Example


Text Example

White with #404852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404852; }

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

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

background-color css

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

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

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

border-color css

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

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

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