Html Css Color HEX #477288 Calypso

📋 copy color: '#477288'

red 71 ◦ green 114 ◦ blue 136

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

Shades of Calypso #477288

Tints of Calypso #477288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 22.12%
G = 35.51%
B = 42.37%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#477288 (or 0x477288) is known color: Calypso. HEX triplet: 47, 72 and 88. RGB value is (71,114,136). Sum of RGB (Red+Green+Blue) = 71+114+136=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #477288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477288 is #B88D77. Grayscale: #676767. Windows color (decimal): -12094840 or 8942151. OLE color: 8942151.

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

Color convert

RGB 71 114 136 -
CMYK 0.48 0.16 0 0.47
HSL 200.31º 0.31% 0.41% -
HSV(B) 200.31º 0.48% 0.53% -
XYZ 13.06 15.15 25.53 -
YUV 103.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 71 114 136 0.48 0.16 0 0.47 200.31 0.31 0.41
Hex 47 72 88 30 10 0 2F C8 1F 29
Octal 107 162 210 60 20 0 57 310 37 51
Binary 1000111 1110010 10001000 110000 10000 0 101111 11001000 11111 101001

Color Harmonies of #477288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477288

Black with #477288

Text Example


Text Example

White with #477288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477288; }

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

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

background-color css

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

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

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

border-color css

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

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

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