Html Css Color HEX #487086 Calypso

📋 copy color: '#487086'

red 72 ◦ green 112 ◦ blue 134

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

Shades of Calypso #487086

Tints of Calypso #487086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

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

R = 22.64%
G = 35.22%
B = 42.14%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#487086 (or 0x487086) is known color: Calypso. HEX triplet: 48, 70 and 86. RGB value is (72,112,134). Sum of RGB (Red+Green+Blue) = 72+112+134=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #487086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487086 is #B78F79. Grayscale: #666666. Windows color (decimal): -12029818 or 8810568. OLE color: 8810568.

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

Color convert

RGB 72 112 134 -
CMYK 0.46 0.16 0 0.47
HSL 201.29º 0.3% 0.4% -
HSV(B) 201.29º 0.46% 0.53% -
XYZ 12.77 14.69 24.72 -
YUV 102.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 72 112 134 0.46 0.16 0 0.47 201.29 0.3 0.4
Hex 48 70 86 2E 10 0 2F C9 1E 28
Octal 110 160 206 56 20 0 57 311 36 50
Binary 1001000 1110000 10000110 101110 10000 0 101111 11001001 11110 101000

Color Harmonies of #487086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487086

Black with #487086

Text Example


Text Example

White with #487086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487086; }

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

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

background-color css

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

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

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

border-color css

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

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

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