Html Css Color HEX #475356 Casal

📋 copy color: '#475356'

red 71 ◦ green 83 ◦ blue 86

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

Shades of Casal #475356

Tints of Casal #475356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 29.58%
G = 34.58%
B = 35.83%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#475356 (or 0x475356) is known color: Casal. HEX triplet: 47, 53 and 56. RGB value is (71,83,86). Sum of RGB (Red+Green+Blue) = 71+83+86=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 86 - color contains mainly: blue. Hex color #475356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475356 is #B8ACA9. Grayscale: #4F4F4F. Windows color (decimal): -12102826 or 5657415. OLE color: 5657415.

HSL color Cylindrical-coordinate representation of color #475356: hue angle of 192º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475356 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 83 86 -
CMYK 0.17 0.03 0 0.66
HSL 192º 0.1% 0.31% -
HSV(B) 192º 0.17% 0.34% -
XYZ 7.37 8.2 10 -
YUV 79.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 71 83 86 0.17 0.03 0 0.66 192 0.1 0.31
Hex 47 53 56 11 3 0 42 C0 A 1F
Octal 107 123 126 21 3 0 102 300 12 37
Binary 1000111 1010011 1010110 10001 11 0 1000010 11000000 1010 11111

Color Harmonies of #475356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475356

Black with #475356

Text Example


Text Example

White with #475356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475356; }

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

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

background-color css

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

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

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

border-color css

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

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

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