Html Css Color HEX #487188 Calypso

📋 copy color: '#487188'

red 72 ◦ green 113 ◦ blue 136

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

Shades of Calypso #487188

Tints of Calypso #487188

RGB

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

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

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

R = 22.43%
G = 35.2%
B = 42.37%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487188 (or 0x487188) is known color: Calypso. HEX triplet: 48, 71 and 88. RGB value is (72,113,136). Sum of RGB (Red+Green+Blue) = 72+113+136=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 113 (44.53% from 255 or 35.20% 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 #487188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487188 is #B78E77. Grayscale: #676767. Windows color (decimal): -12029560 or 8941896. OLE color: 8941896.

HSL color Cylindrical-coordinate representation of color #487188: hue angle of 201.56º degrees, saturation: 0.31, 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 #487188 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 113 136 -
CMYK 0.47 0.17 0 0.47
HSL 201.56º 0.31% 0.41% -
HSV(B) 201.56º 0.47% 0.53% -
XYZ 13.02 14.97 25.49 -
YUV 103.36 146.42 105.63 -
System Red Green Blue C M Y K H S L
Decimal 72 113 136 0.47 0.17 0 0.47 201.56 0.31 0.41
Hex 48 71 88 2F 11 0 2F CA 1F 29
Octal 110 161 210 57 21 0 57 312 37 51
Binary 1001000 1110001 10001000 101111 10001 0 101111 11001010 11111 101001

Color Harmonies of #487188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487188

Black with #487188

Text Example


Text Example

White with #487188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487188; }

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

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

background-color css

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

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

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

border-color css

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

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

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