Html Css Color HEX #467287 Calypso

📋 copy color: '#467287'

red 70 ◦ green 114 ◦ blue 135

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

Shades of Calypso #467287

Tints of Calypso #467287

RGB

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

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

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

R = 21.94%
G = 35.74%
B = 42.32%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467287 (or 0x467287) is known color: Calypso. HEX triplet: 46, 72 and 87. RGB value is (70,114,135). Sum of RGB (Red+Green+Blue) = 70+114+135=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #467287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467287 is #B98D78. Grayscale: #676767. Windows color (decimal): -12160377 or 8876614. OLE color: 8876614.

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

Color convert

RGB 70 114 135 -
CMYK 0.48 0.16 0 0.47
HSL 199.38º 0.32% 0.4% -
HSV(B) 199.38º 0.48% 0.53% -
XYZ 12.92 15.09 25.15 -
YUV 103.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 70 114 135 0.48 0.16 0 0.47 199.38 0.32 0.4
Hex 46 72 87 30 10 0 2F C7 20 28
Octal 106 162 207 60 20 0 57 307 40 50
Binary 1000110 1110010 10000111 110000 10000 0 101111 11000111 100000 101000

Color Harmonies of #467287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467287

Black with #467287

Text Example


Text Example

White with #467287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467287; }

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

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

background-color css

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

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

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

border-color css

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

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

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