Html Css Color HEX #487185 Calypso

📋 copy color: '#487185'

red 72 ◦ green 113 ◦ blue 133

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

Shades of Calypso #487185

Tints of Calypso #487185

RGB

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

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

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

R = 22.64%
G = 35.53%
B = 41.82%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487185 (or 0x487185) is known color: Calypso. HEX triplet: 48, 71 and 85. RGB value is (72,113,133). Sum of RGB (Red+Green+Blue) = 72+113+133=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #487185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487185 is #B78E7A. Grayscale: #666666. Windows color (decimal): -12029563 or 8745288. OLE color: 8745288.

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

Color convert

RGB 72 113 133 -
CMYK 0.46 0.15 0 0.48
HSL 199.67º 0.3% 0.4% -
HSV(B) 199.67º 0.46% 0.52% -
XYZ 12.81 14.88 24.39 -
YUV 103.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 72 113 133 0.46 0.15 0 0.48 199.67 0.3 0.4
Hex 48 71 85 2E F 0 30 C8 1E 28
Octal 110 161 205 56 17 0 60 310 36 50
Binary 1001000 1110001 10000101 101110 1111 0 110000 11001000 11110 101000

Color Harmonies of #487185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487185

Black with #487185

Text Example


Text Example

White with #487185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487185; }

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

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

background-color css

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

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

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

border-color css

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

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

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