Html Css Color HEX #466F87 Calypso

📋 copy color: '#466F87'

red 70 ◦ green 111 ◦ blue 135

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

Shades of Calypso #466F87

Tints of Calypso #466F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

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

R = 22.15%
G = 35.13%
B = 42.72%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466F87 (or 0x466F87) is known color: Calypso. HEX triplet: 46, 6F and 87. RGB value is (70,111,135). Sum of RGB (Red+Green+Blue) = 70+111+135=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #466F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F87 is #B99078. Grayscale: #656565. Windows color (decimal): -12161145 or 8875846. OLE color: 8875846.

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

Color convert

RGB 70 111 135 -
CMYK 0.48 0.18 0 0.47
HSL 202.15º 0.32% 0.4% -
HSV(B) 202.15º 0.48% 0.53% -
XYZ 12.58 14.42 25.04 -
YUV 101.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 70 111 135 0.48 0.18 0 0.47 202.15 0.32 0.4
Hex 46 6F 87 30 12 0 2F CA 20 28
Octal 106 157 207 60 22 0 57 312 40 50
Binary 1000110 1101111 10000111 110000 10010 0 101111 11001010 100000 101000

Color Harmonies of #466F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F87

Black with #466F87

Text Example


Text Example

White with #466F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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