Html Css Color HEX #487286 Calypso

📋 copy color: '#487286'

red 72 ◦ green 114 ◦ blue 134

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

Shades of Calypso #487286

Tints of Calypso #487286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 22.5%
G = 35.63%
B = 41.88%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487286 (or 0x487286) is known color: Calypso. HEX triplet: 48, 72 and 86. RGB value is (72,114,134). Sum of RGB (Red+Green+Blue) = 72+114+134=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #487286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487286 is #B78D79. Grayscale: #676767. Windows color (decimal): -12029306 or 8811080. OLE color: 8811080.

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

Color convert

RGB 72 114 134 -
CMYK 0.46 0.15 0 0.47
HSL 199.35º 0.3% 0.4% -
HSV(B) 199.35º 0.46% 0.53% -
XYZ 12.99 15.13 24.79 -
YUV 103.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 72 114 134 0.46 0.15 0 0.47 199.35 0.3 0.4
Hex 48 72 86 2E F 0 2F C7 1E 28
Octal 110 162 206 56 17 0 57 307 36 50
Binary 1001000 1110010 10000110 101110 1111 0 101111 11000111 11110 101000

Color Harmonies of #487286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487286

Black with #487286

Text Example


Text Example

White with #487286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487286; }

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

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

background-color css

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

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

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

border-color css

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

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

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