Html Css Color HEX #475A5F Casal

📋 copy color: '#475A5F'

red 71 ◦ green 90 ◦ blue 95

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

Shades of Casal #475A5F

Tints of Casal #475A5F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 27.73%
G = 35.16%
B = 37.11%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#475A5F (or 0x475A5F) is known color: Casal. HEX triplet: 47, 5A and 5F. RGB value is (71,90,95). Sum of RGB (Red+Green+Blue) = 71+90+95=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #475A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A5F is #B8A5A0. Grayscale: #545454. Windows color (decimal): -12101025 or 6249031. OLE color: 6249031.

HSL color Cylindrical-coordinate representation of color #475A5F: hue angle of 192.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475A5F is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 90 95 -
CMYK 0.25 0.05 0 0.63
HSL 192.5º 0.14% 0.33% -
HSV(B) 192.5º 0.25% 0.37% -
XYZ 8.32 9.48 12.22 -
YUV 84.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 71 90 95 0.25 0.05 0 0.63 192.5 0.14 0.33
Hex 47 5A 5F 19 5 0 3F C0 E 21
Octal 107 132 137 31 5 0 77 300 16 41
Binary 1000111 1011010 1011111 11001 101 0 111111 11000000 1110 100001

Color Harmonies of #475A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A5F

Black with #475A5F

Text Example


Text Example

White with #475A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475A5F; }

 p { color: rgb(71,90,95); }

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

background-color css

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

 a { background-color: rgb(71,90,95); }

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

border-color css

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

 span { border-color: rgb(71,90,95); }

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