Html Css Color HEX #404752 Rhino

📋 copy color: '#404752'

red 64 ◦ green 71 ◦ blue 82

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

Shades of Rhino #404752

Tints of Rhino #404752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.72%

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

R = 29.49%
G = 32.72%
B = 37.79%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#404752 (or 0x404752) is known color: Rhino. HEX triplet: 40, 47 and 52. RGB value is (64,71,82). Sum of RGB (Red+Green+Blue) = 64+71+82=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 82 - color contains mainly: blue. Hex color #404752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404752 is #BFB8AD. Grayscale: #464646. Windows color (decimal): -12564654 or 5392192. OLE color: 5392192.

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

Color convert

RGB 64 71 82 -
CMYK 0.22 0.13 0 0.68
HSL 216.67º 0.12% 0.29% -
HSV(B) 216.67º 0.22% 0.32% -
XYZ 5.89 6.21 8.87 -
YUV 70.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 64 71 82 0.22 0.13 0 0.68 216.67 0.12 0.29
Hex 40 47 52 16 D 0 44 D9 C 1D
Octal 100 107 122 26 15 0 104 331 14 35
Binary 1000000 1000111 1010010 10110 1101 0 1000100 11011001 1100 11101

Color Harmonies of #404752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404752

Black with #404752

Text Example


Text Example

White with #404752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404752; }

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

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

background-color css

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

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

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

border-color css

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

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

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