Html Css Color HEX #467086 Calypso

📋 copy color: '#467086'

red 70 ◦ green 112 ◦ blue 134

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

Shades of Calypso #467086

Tints of Calypso #467086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 22.15%
G = 35.44%
B = 42.41%

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

#467086 (or 0x467086) is known color: Calypso. HEX triplet: 46, 70 and 86. RGB value is (70,112,134). Sum of RGB (Red+Green+Blue) = 70+112+134=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #467086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467086 is #B98F79. Grayscale: #656565. Windows color (decimal): -12160890 or 8810566. OLE color: 8810566.

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

Color convert

RGB 70 112 134 -
CMYK 0.48 0.16 0 0.47
HSL 200.63º 0.31% 0.4% -
HSV(B) 200.63º 0.48% 0.53% -
XYZ 12.62 14.61 24.71 -
YUV 101.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 70 112 134 0.48 0.16 0 0.47 200.63 0.31 0.4
Hex 46 70 86 30 10 0 2F C9 1F 28
Octal 106 160 206 60 20 0 57 311 37 50
Binary 1000110 1110000 10000110 110000 10000 0 101111 11001001 11111 101000

Color Harmonies of #467086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467086

Black with #467086

Text Example


Text Example

White with #467086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467086; }

 p { color: rgb(70,112,134); }

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

background-color css

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

 a { background-color: rgb(70,112,134); }

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

border-color css

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

 span { border-color: rgb(70,112,134); }

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