#468392

Color #468392 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #468392

Tints of Hippie Blue #468392

Color information

#468392 (or 0x468392) is unknown color: approx Hippie Blue. HEX triplet: 46, 83 and 92. RGB value is (70,131,146). Sum of RGB (Red+Green+Blue) = 70+131+146=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #468392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468392 is #B97C6D. Grayscale: #727272. Windows color (decimal): -12156014 or 9601862. OLE color: 9601862.

HSL color Cylindrical-coordinate representation of color #468392: hue angle of 191.84º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468392 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB70131146-
CMYK0.520.1000.43
HSL191.84º35.19%42.35%-
HSV(B)191.84º52.05%57.25%-
XYZ15.8319.6130.14-
YUV114.47145.7996.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=20.17%
G=37.75%
B=42.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701311460.520.1000.43191.8435.1942.35
Hex46839234A02Bc0232a
Octal10620322264120533004352
Binary100011010000011100100101101001010010101111000000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468392; }

 p { color: rgb(70,131,146); }

 H1.HeaderClassName
 {
   color: #468392;
 }
 .AnyTagClassName
 {
   color: #468392;
 }
</style>
background-color css

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

 a { background-color: rgb(70,131,146); }

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

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

 span { border-color: rgb(70,131,146); }

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