Html Css Color HEX #487187 Calypso

📋 copy color: '#487187'

red 72 ◦ green 113 ◦ blue 135

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

Shades of Calypso #487187

Tints of Calypso #487187

RGB

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

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

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

R = 22.5%
G = 35.31%
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

#487187 (or 0x487187) is known color: Calypso. HEX triplet: 48, 71 and 87. RGB value is (72,113,135). Sum of RGB (Red+Green+Blue) = 72+113+135=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 113 (44.53% from 255 or 35.31% 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 #487187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487187 is #B78E78. Grayscale: #676767. Windows color (decimal): -12029561 or 8876360. OLE color: 8876360.

HSL color Cylindrical-coordinate representation of color #487187: hue angle of 200.95º 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 #487187 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 113 135 -
CMYK 0.47 0.16 0 0.47
HSL 200.95º 0.3% 0.41% -
HSV(B) 200.95º 0.47% 0.53% -
XYZ 12.95 14.94 25.12 -
YUV 103.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 72 113 135 0.47 0.16 0 0.47 200.95 0.3 0.41
Hex 48 71 87 2F 10 0 2F C9 1E 29
Octal 110 161 207 57 20 0 57 311 36 51
Binary 1001000 1110001 10000111 101111 10000 0 101111 11001001 11110 101001

Color Harmonies of #487187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487187

Black with #487187

Text Example


Text Example

White with #487187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487187; }

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

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

background-color css

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

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

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

border-color css

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

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

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