Html Css Color HEX #404853 Rhino

📋 copy color: '#404853'

red 64 ◦ green 72 ◦ blue 83

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

Shades of Rhino #404853

Tints of Rhino #404853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 29.22%
G = 32.88%
B = 37.9%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404853 (or 0x404853) is known color: Rhino. HEX triplet: 40, 48 and 53. RGB value is (64,72,83). Sum of RGB (Red+Green+Blue) = 64+72+83=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #404853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404853 is #BFB7AC. Grayscale: #464646. Windows color (decimal): -12564397 or 5457984. OLE color: 5457984.

HSL color Cylindrical-coordinate representation of color #404853: hue angle of 214.74º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404853 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 72 83 -
CMYK 0.23 0.13 0 0.67
HSL 214.74º 0.13% 0.29% -
HSV(B) 214.74º 0.23% 0.33% -
XYZ 5.99 6.35 9.09 -
YUV 70.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 64 72 83 0.23 0.13 0 0.67 214.74 0.13 0.29
Hex 40 48 53 17 D 0 43 D7 D 1D
Octal 100 110 123 27 15 0 103 327 15 35
Binary 1000000 1001000 1010011 10111 1101 0 1000011 11010111 1101 11101

Color Harmonies of #404853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404853

Black with #404853

Text Example


Text Example

White with #404853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404853; }

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

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

background-color css

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

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

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

border-color css

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

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

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