Html Css Color HEX #404650 Rhino

📋 copy color: '#404650'

red 64 ◦ green 70 ◦ blue 80

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

Shades of Rhino #404650

Tints of Rhino #404650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 29.91%
G = 32.71%
B = 37.38%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#404650 (or 0x404650) is known color: Rhino. HEX triplet: 40, 46 and 50. RGB value is (64,70,80). Sum of RGB (Red+Green+Blue) = 64+70+80=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #404650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404650 is #BFB9AF. Grayscale: #454545. Windows color (decimal): -12564912 or 5260864. OLE color: 5260864.

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

Color convert

RGB 64 70 80 -
CMYK 0.20 0.12 0 0.69
HSL 217.5º 0.11% 0.28% -
HSV(B) 217.5º 0.2% 0.31% -
XYZ 5.75 6.05 8.45 -
YUV 69.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 64 70 80 0.20 0.12 0 0.69 217.5 0.11 0.28
Hex 40 46 50 14 C 0 45 DA B 1C
Octal 100 106 120 24 14 0 105 332 13 34
Binary 1000000 1000110 1010000 10100 1100 0 1000101 11011010 1011 11100

Color Harmonies of #404650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404650

Black with #404650

Text Example


Text Example

White with #404650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404650; }

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

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

background-color css

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

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

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

border-color css

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

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

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