Html Css Color HEX #467288 Calypso

📋 copy color: '#467288'

red 70 ◦ green 114 ◦ blue 136

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

Shades of Calypso #467288

Tints of Calypso #467288

RGB

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

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

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

R = 21.88%
G = 35.63%
B = 42.5%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467288 (or 0x467288) is known color: Calypso. HEX triplet: 46, 72 and 88. RGB value is (70,114,136). Sum of RGB (Red+Green+Blue) = 70+114+136=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #467288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467288 is #B98D77. Grayscale: #676767. Windows color (decimal): -12160376 or 8942150. OLE color: 8942150.

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

Color convert

RGB 70 114 136 -
CMYK 0.49 0.16 0 0.47
HSL 200º 0.32% 0.4% -
HSV(B) 200º 0.49% 0.53% -
XYZ 12.99 15.11 25.53 -
YUV 103.35 146.42 104.21 -
System Red Green Blue C M Y K H S L
Decimal 70 114 136 0.49 0.16 0 0.47 200 0.32 0.4
Hex 46 72 88 31 10 0 2F C8 20 28
Octal 106 162 210 61 20 0 57 310 40 50
Binary 1000110 1110010 10001000 110001 10000 0 101111 11001000 100000 101000

Color Harmonies of #467288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467288

Black with #467288

Text Example


Text Example

White with #467288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467288; }

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

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

background-color css

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

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

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

border-color css

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

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

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