Html Css Color HEX #475362 Cello

📋 copy color: '#475362'

red 71 ◦ green 83 ◦ blue 98

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

Shades of Cello #475362

Tints of Cello #475362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 28.17%
G = 32.94%
B = 38.89%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#475362 (or 0x475362) is known color: Cello. HEX triplet: 47, 53 and 62. RGB value is (71,83,98). Sum of RGB (Red+Green+Blue) = 71+83+98=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #475362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475362 is #B8AC9D. Grayscale: #515151. Windows color (decimal): -12102814 or 6443847. OLE color: 6443847.

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

Color convert

RGB 71 83 98 -
CMYK 0.28 0.15 0 0.62
HSL 213.33º 0.16% 0.33% -
HSV(B) 213.33º 0.28% 0.38% -
XYZ 7.9 8.41 12.76 -
YUV 81.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 71 83 98 0.28 0.15 0 0.62 213.33 0.16 0.33
Hex 47 53 62 1C F 0 3E D5 10 21
Octal 107 123 142 34 17 0 76 325 20 41
Binary 1000111 1010011 1100010 11100 1111 0 111110 11010101 10000 100001

Color Harmonies of #475362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475362

Black with #475362

Text Example


Text Example

White with #475362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475362; }

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

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

background-color css

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

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

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

border-color css

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

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

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