Html Css Color HEX #467387 Calypso

📋 copy color: '#467387'

red 70 ◦ green 115 ◦ blue 135

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

Shades of Calypso #467387

Tints of Calypso #467387

RGB

 RED value IS 70 (27.73% from 255) = 21.88%

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

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 21.88%
G = 35.94%
B = 42.19%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467387 (or 0x467387) is known color: Calypso. HEX triplet: 46, 73 and 87. RGB value is (70,115,135). Sum of RGB (Red+Green+Blue) = 70+115+135=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #467387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467387 is #B98C78. Grayscale: #676767. Windows color (decimal): -12160121 or 8876870. OLE color: 8876870.

HSL color Cylindrical-coordinate representation of color #467387: hue angle of 198.46º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #467387 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 115 135 -
CMYK 0.48 0.15 0 0.47
HSL 198.46º 0.32% 0.4% -
HSV(B) 198.46º 0.48% 0.53% -
XYZ 13.03 15.31 25.19 -
YUV 103.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 70 115 135 0.48 0.15 0 0.47 198.46 0.32 0.4
Hex 46 73 87 30 F 0 2F C6 20 28
Octal 106 163 207 60 17 0 57 306 40 50
Binary 1000110 1110011 10000111 110000 1111 0 101111 11000110 100000 101000

Color Harmonies of #467387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467387

Black with #467387

Text Example


Text Example

White with #467387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467387; }

 p { color: rgb(70,115,135); }

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

background-color css

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

 a { background-color: rgb(70,115,135); }

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

border-color css

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

 span { border-color: rgb(70,115,135); }

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