Html Css Color HEX #466F88 Calypso

📋 copy color: '#466F88'

red 70 ◦ green 111 ◦ blue 136

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

Shades of Calypso #466F88

Tints of Calypso #466F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 22.08%
G = 35.02%
B = 42.9%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#466F88 (or 0x466F88) is known color: Calypso. HEX triplet: 46, 6F and 88. RGB value is (70,111,136). Sum of RGB (Red+Green+Blue) = 70+111+136=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #466F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F88 is #B99077. Grayscale: #656565. Windows color (decimal): -12161144 or 8941382. OLE color: 8941382.

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

Color convert

RGB 70 111 136 -
CMYK 0.49 0.18 0 0.47
HSL 202.73º 0.32% 0.4% -
HSV(B) 202.73º 0.49% 0.53% -
XYZ 12.65 14.45 25.41 -
YUV 101.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 70 111 136 0.49 0.18 0 0.47 202.73 0.32 0.4
Hex 46 6F 88 31 12 0 2F CB 20 28
Octal 106 157 210 61 22 0 57 313 40 50
Binary 1000110 1101111 10001000 110001 10010 0 101111 11001011 100000 101000

Color Harmonies of #466F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F88

Black with #466F88

Text Example


Text Example

White with #466F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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