Html Css Color HEX #477185 Calypso

📋 copy color: '#477185'

red 71 ◦ green 113 ◦ blue 133

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

Shades of Calypso #477185

Tints of Calypso #477185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 22.4%
G = 35.65%
B = 41.96%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#477185 (or 0x477185) is known color: Calypso. HEX triplet: 47, 71 and 85. RGB value is (71,113,133). Sum of RGB (Red+Green+Blue) = 71+113+133=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #477185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477185 is #B88E7A. Grayscale: #666666. Windows color (decimal): -12095099 or 8745287. OLE color: 8745287.

HSL color Cylindrical-coordinate representation of color #477185: hue angle of 199.35º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477185 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 113 133 -
CMYK 0.47 0.15 0 0.48
HSL 199.35º 0.3% 0.4% -
HSV(B) 199.35º 0.47% 0.52% -
XYZ 12.74 14.84 24.38 -
YUV 102.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 71 113 133 0.47 0.15 0 0.48 199.35 0.3 0.4
Hex 47 71 85 2F F 0 30 C7 1E 28
Octal 107 161 205 57 17 0 60 307 36 50
Binary 1000111 1110001 10000101 101111 1111 0 110000 11000111 11110 101000

Color Harmonies of #477185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477185

Black with #477185

Text Example


Text Example

White with #477185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477185; }

 p { color: rgb(71,113,133); }

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

background-color css

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

 a { background-color: rgb(71,113,133); }

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

border-color css

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

 span { border-color: rgb(71,113,133); }

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