Html Css Color HEX #404850 Rhino

📋 copy color: '#404850'

red 64 ◦ green 72 ◦ blue 80

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

Shades of Rhino #404850

Tints of Rhino #404850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.04%

R = 29.63%
G = 33.33%
B = 37.04%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#404850 (or 0x404850) is known color: Rhino. HEX triplet: 40, 48 and 50. RGB value is (64,72,80). Sum of RGB (Red+Green+Blue) = 64+72+80=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #404850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404850 is #BFB7AF. Grayscale: #464646. Windows color (decimal): -12564400 or 5261376. OLE color: 5261376.

HSL color Cylindrical-coordinate representation of color #404850: hue angle of 210º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404850 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 72 80 -
CMYK 0.20 0.10 0 0.69
HSL 210º 0.11% 0.28% -
HSV(B) 210º 0.2% 0.31% -
XYZ 5.88 6.3 8.5 -
YUV 70.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 64 72 80 0.20 0.10 0 0.69 210 0.11 0.28
Hex 40 48 50 14 A 0 45 D2 B 1C
Octal 100 110 120 24 12 0 105 322 13 34
Binary 1000000 1001000 1010000 10100 1010 0 1000101 11010010 1011 11100

Color Harmonies of #404850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404850

Black with #404850

Text Example


Text Example

White with #404850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404850; }

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

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

background-color css

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

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

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

border-color css

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

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

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