Html Css Color HEX #477287 Calypso

📋 copy color: '#477287'

red 71 ◦ green 114 ◦ blue 135

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

Shades of Calypso #477287

Tints of Calypso #477287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 22.19%
G = 35.63%
B = 42.19%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#477287 (or 0x477287) is known color: Calypso. HEX triplet: 47, 72 and 87. RGB value is (71,114,135). Sum of RGB (Red+Green+Blue) = 71+114+135=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #477287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477287 is #B88D78. Grayscale: #676767. Windows color (decimal): -12094841 or 8876615. OLE color: 8876615.

HSL color Cylindrical-coordinate representation of color #477287: hue angle of 199.69º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477287 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 114 135 -
CMYK 0.47 0.16 0 0.47
HSL 199.69º 0.31% 0.4% -
HSV(B) 199.69º 0.47% 0.53% -
XYZ 12.99 15.12 25.16 -
YUV 103.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 71 114 135 0.47 0.16 0 0.47 199.69 0.31 0.4
Hex 47 72 87 2F 10 0 2F C8 1F 28
Octal 107 162 207 57 20 0 57 310 37 50
Binary 1000111 1110010 10000111 101111 10000 0 101111 11001000 11111 101000

Color Harmonies of #477287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477287

Black with #477287

Text Example


Text Example

White with #477287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477287; }

 p { color: rgb(71,114,135); }

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

background-color css

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

 a { background-color: rgb(71,114,135); }

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

border-color css

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

 span { border-color: rgb(71,114,135); }

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