Html Css Color HEX #475464 Cello

📋 copy color: '#475464'

red 71 ◦ green 84 ◦ blue 100

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

Shades of Cello #475464

Tints of Cello #475464

RGB

 RED value IS 71 (28.13% from 255) = 27.84%

 GREEN value IS 84 (33.2% from 255) = 32.94%

 BLUE value IS 100 (39.45% from 255) = 39.22%

R = 27.84%
G = 32.94%
B = 39.22%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475464 (or 0x475464) is known color: Cello. HEX triplet: 47, 54 and 64. RGB value is (71,84,100). Sum of RGB (Red+Green+Blue) = 71+84+100=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 100 - color contains mainly: blue. Hex color #475464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475464 is #B8AB9B. Grayscale: #515151. Windows color (decimal): -12102556 or 6575175. OLE color: 6575175.

HSL color Cylindrical-coordinate representation of color #475464: hue angle of 213.1º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #475464 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 84 100 -
CMYK 0.29 0.16 0 0.61
HSL 213.1º 0.17% 0.34% -
HSV(B) 213.1º 0.29% 0.39% -
XYZ 8.07 8.6 13.29 -
YUV 81.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 71 84 100 0.29 0.16 0 0.61 213.1 0.17 0.34
Hex 47 54 64 1D 10 0 3D D5 11 22
Octal 107 124 144 35 20 0 75 325 21 42
Binary 1000111 1010100 1100100 11101 10000 0 111101 11010101 10001 100010

Color Harmonies of #475464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475464

Black with #475464

Text Example


Text Example

White with #475464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475464; }

 p { color: rgb(71,84,100); }

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

background-color css

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

 a { background-color: rgb(71,84,100); }

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

border-color css

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

 span { border-color: rgb(71,84,100); }

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