#468492

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

Shades of Hippie Blue #468492

Tints of Hippie Blue #468492

Color information

#468492 (or 0x468492) is unknown color: approx Hippie Blue. HEX triplet: 46, 84 and 92. RGB value is (70,132,146). Sum of RGB (Red+Green+Blue) = 70+132+146=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #468492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468492 is #B97B6D. Grayscale: #727272. Windows color (decimal): -12155758 or 9602118. OLE color: 9602118.

HSL color Cylindrical-coordinate representation of color #468492: hue angle of 191.05º 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 #468492 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB70132146-
CMYK0.520.1000.43
HSL191.05º35.19%42.35%-
HSV(B)191.05º52.05%57.25%-
XYZ15.9719.8830.19-
YUV115.06145.4695.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.11%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=20.11%
G=37.93%
B=41.95%

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
Decimal701321460.520.1000.43191.0535.1942.35
Hex46849234A02Bbf232a
Octal10620422264120532774352
Binary100011010000100100100101101001010010101110111111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468492; }

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

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

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

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

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

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

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

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