Html Css Color HEX #475463 Cello

📋 copy color: '#475463'

red 71 ◦ green 84 ◦ blue 99

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

Shades of Cello #475463

Tints of Cello #475463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.98%

R = 27.95%
G = 33.07%
B = 38.98%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#475463 (or 0x475463) is known color: Cello. HEX triplet: 47, 54 and 63. RGB value is (71,84,99). Sum of RGB (Red+Green+Blue) = 71+84+99=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 99 - color contains mainly: blue. Hex color #475463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475463 is #B8AB9C. Grayscale: #515151. Windows color (decimal): -12102557 or 6509639. OLE color: 6509639.

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

Color convert

RGB 71 84 99 -
CMYK 0.28 0.15 0 0.61
HSL 212.14º 0.16% 0.33% -
HSV(B) 212.14º 0.28% 0.39% -
XYZ 8.02 8.58 13.04 -
YUV 81.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 71 84 99 0.28 0.15 0 0.61 212.14 0.16 0.33
Hex 47 54 63 1C F 0 3D D4 10 21
Octal 107 124 143 34 17 0 75 324 20 41
Binary 1000111 1010100 1100011 11100 1111 0 111101 11010100 10000 100001

Color Harmonies of #475463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475463

Black with #475463

Text Example


Text Example

White with #475463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475463; }

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

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

background-color css

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

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

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

border-color css

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

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

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