Html Css Color HEX #487285 Calypso

📋 copy color: '#487285'

red 72 ◦ green 114 ◦ blue 133

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

Shades of Calypso #487285

Tints of Calypso #487285

RGB

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

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

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

R = 22.57%
G = 35.74%
B = 41.69%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487285 (or 0x487285) is known color: Calypso. HEX triplet: 48, 72 and 85. RGB value is (72,114,133). Sum of RGB (Red+Green+Blue) = 72+114+133=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #487285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487285 is #B78D7A. Grayscale: #676767. Windows color (decimal): -12029307 or 8745544. OLE color: 8745544.

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

Color convert

RGB 72 114 133 -
CMYK 0.46 0.14 0 0.48
HSL 198.69º 0.3% 0.4% -
HSV(B) 198.69º 0.46% 0.52% -
XYZ 12.92 15.11 24.42 -
YUV 103.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 72 114 133 0.46 0.14 0 0.48 198.69 0.3 0.4
Hex 48 72 85 2E E 0 30 C7 1E 28
Octal 110 162 205 56 16 0 60 307 36 50
Binary 1001000 1110010 10000101 101110 1110 0 110000 11000111 11110 101000

Color Harmonies of #487285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487285

Black with #487285

Text Example


Text Example

White with #487285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487285; }

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

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

background-color css

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

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

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

border-color css

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

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

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