Html Css Color HEX #404A53 Rhino

📋 copy color: '#404A53'

red 64 ◦ green 74 ◦ blue 83

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

Shades of Rhino #404A53

Tints of Rhino #404A53

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.48%

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

R = 28.96%
G = 33.48%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404A53 (or 0x404A53) is known color: Rhino. HEX triplet: 40, 4A and 53. RGB value is (64,74,83). Sum of RGB (Red+Green+Blue) = 64+74+83=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #404A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A53 is #BFB5AC. Grayscale: #474747. Windows color (decimal): -12563885 or 5458496. OLE color: 5458496.

HSL color Cylindrical-coordinate representation of color #404A53: hue angle of 208.42º 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 #404A53 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 74 83 -
CMYK 0.23 0.11 0 0.67
HSL 208.42º 0.13% 0.29% -
HSV(B) 208.42º 0.23% 0.33% -
XYZ 6.12 6.61 9.14 -
YUV 72.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 64 74 83 0.23 0.11 0 0.67 208.42 0.13 0.29
Hex 40 4A 53 17 B 0 43 D0 D 1D
Octal 100 112 123 27 13 0 103 320 15 35
Binary 1000000 1001010 1010011 10111 1011 0 1000011 11010000 1101 11101

Color Harmonies of #404A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A53

Black with #404A53

Text Example


Text Example

White with #404A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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