#468292

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

Shades of Hippie Blue #468292

Tints of Hippie Blue #468292

Color information

#468292 (or 0x468292) is unknown color: approx Hippie Blue. HEX triplet: 46, 82 and 92. RGB value is (70,130,146). Sum of RGB (Red+Green+Blue) = 70+130+146=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #468292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468292 is #B97D6D. Grayscale: #717171. Windows color (decimal): -12156270 or 9601606. OLE color: 9601606.

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

Color convert

RGB70130146-
CMYK0.520.1100.43
HSL192.63º35.19%42.35%-
HSV(B)192.63º52.05%57.25%-
XYZ15.719.3430.1-
YUV113.88146.1296.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=20.23%
G=37.57%
B=42.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701301460.520.1100.43192.6335.1942.35
Hex46829234B02Bc1232a
Octal10620222264130533014352
Binary100011010000010100100101101001011010101111000001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468292; }

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

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

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

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

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

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

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

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