Html Css Color HEX #487287 Calypso

📋 copy color: '#487287'

red 72 ◦ green 114 ◦ blue 135

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

Shades of Calypso #487287

Tints of Calypso #487287

RGB

 RED value IS 72 (28.52% from 255) = 22.43%

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

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

R = 22.43%
G = 35.51%
B = 42.06%

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

#487287 (or 0x487287) is known color: Calypso. HEX triplet: 48, 72 and 87. RGB value is (72,114,135). Sum of RGB (Red+Green+Blue) = 72+114+135=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #487287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487287 is #B78D78. Grayscale: #676767. Windows color (decimal): -12029305 or 8876616. OLE color: 8876616.

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

Color convert

RGB 72 114 135 -
CMYK 0.47 0.16 0 0.47
HSL 200º 0.3% 0.41% -
HSV(B) 200º 0.47% 0.53% -
XYZ 13.06 15.16 25.16 -
YUV 103.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 72 114 135 0.47 0.16 0 0.47 200 0.3 0.41
Hex 48 72 87 2F 10 0 2F C8 1E 29
Octal 110 162 207 57 20 0 57 310 36 51
Binary 1001000 1110010 10000111 101111 10000 0 101111 11001000 11110 101001

Color Harmonies of #487287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487287

Black with #487287

Text Example


Text Example

White with #487287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487287; }

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

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

background-color css

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

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

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

border-color css

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

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

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