Html Css Color HEX #487384 Calypso

📋 copy color: '#487384'

red 72 ◦ green 115 ◦ blue 132

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

Shades of Calypso #487384

Tints of Calypso #487384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

 BLUE value IS 132 (51.95% from 255) = 41.38%

R = 22.57%
G = 36.05%
B = 41.38%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487384 (or 0x487384) is known color: Calypso. HEX triplet: 48, 73 and 84. RGB value is (72,115,132). Sum of RGB (Red+Green+Blue) = 72+115+132=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #487384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487384 is #B78C7B. Grayscale: #676767. Windows color (decimal): -12029052 or 8680264. OLE color: 8680264.

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

Color convert

RGB 72 115 132 -
CMYK 0.45 0.13 0 0.48
HSL 197º 0.29% 0.4% -
HSV(B) 197º 0.45% 0.52% -
XYZ 12.97 15.31 24.1 -
YUV 104.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 72 115 132 0.45 0.13 0 0.48 197 0.29 0.4
Hex 48 73 84 2D D 0 30 C5 1D 28
Octal 110 163 204 55 15 0 60 305 35 50
Binary 1001000 1110011 10000100 101101 1101 0 110000 11000101 11101 101000

Color Harmonies of #487384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487384

Black with #487384

Text Example


Text Example

White with #487384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487384; }

 p { color: rgb(72,115,132); }

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

background-color css

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

 a { background-color: rgb(72,115,132); }

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

border-color css

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

 span { border-color: rgb(72,115,132); }

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