Html Css Color HEX #487085 Calypso

📋 copy color: '#487085'

red 72 ◦ green 112 ◦ blue 133

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

Shades of Calypso #487085

Tints of Calypso #487085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 22.71%
G = 35.33%
B = 41.96%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487085 (or 0x487085) is known color: Calypso. HEX triplet: 48, 70 and 85. RGB value is (72,112,133). Sum of RGB (Red+Green+Blue) = 72+112+133=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #487085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487085 is #B78F7A. Grayscale: #666666. Windows color (decimal): -12029819 or 8745032. OLE color: 8745032.

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

Color convert

RGB 72 112 133 -
CMYK 0.46 0.16 0 0.48
HSL 200.66º 0.3% 0.4% -
HSV(B) 200.66º 0.46% 0.52% -
XYZ 12.7 14.66 24.35 -
YUV 102.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 72 112 133 0.46 0.16 0 0.48 200.66 0.3 0.4
Hex 48 70 85 2E 10 0 30 C9 1E 28
Octal 110 160 205 56 20 0 60 311 36 50
Binary 1001000 1110000 10000101 101110 10000 0 110000 11001001 11110 101000

Color Harmonies of #487085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487085

Black with #487085

Text Example


Text Example

White with #487085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487085; }

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

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

background-color css

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

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

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

border-color css

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

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

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