Html Css Color HEX #404753 Rhino

📋 copy color: '#404753'

red 64 ◦ green 71 ◦ blue 83

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

Shades of Rhino #404753

Tints of Rhino #404753

RGB

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

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

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

R = 29.36%
G = 32.57%
B = 38.07%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404753 (or 0x404753) is known color: Rhino. HEX triplet: 40, 47 and 53. RGB value is (64,71,83). Sum of RGB (Red+Green+Blue) = 64+71+83=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #404753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404753 is #BFB8AC. Grayscale: #464646. Windows color (decimal): -12564653 or 5457728. OLE color: 5457728.

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

Color convert

RGB 64 71 83 -
CMYK 0.23 0.14 0 0.67
HSL 217.89º 0.13% 0.29% -
HSV(B) 217.89º 0.23% 0.33% -
XYZ 5.93 6.22 9.07 -
YUV 70.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 64 71 83 0.23 0.14 0 0.67 217.89 0.13 0.29
Hex 40 47 53 17 E 0 43 DA D 1D
Octal 100 107 123 27 16 0 103 332 15 35
Binary 1000000 1000111 1010011 10111 1110 0 1000011 11011010 1101 11101

Color Harmonies of #404753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404753

Black with #404753

Text Example


Text Example

White with #404753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404753; }

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

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

background-color css

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

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

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

border-color css

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

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

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