#468592

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

Shades of Hippie Blue #468592

Tints of Hippie Blue #468592

Color information

#468592 (or 0x468592) is unknown color: approx Hippie Blue. HEX triplet: 46, 85 and 92. RGB value is (70,133,146). Sum of RGB (Red+Green+Blue) = 70+133+146=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #468592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468592 is #B97A6D. Grayscale: #737373. Windows color (decimal): -12155502 or 9602374. OLE color: 9602374.

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

Color convert

RGB70133146-
CMYK0.520.0900.43
HSL190.26º35.19%42.35%-
HSV(B)190.26º52.05%57.25%-
XYZ16.120.1530.24-
YUV115.65145.1395.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.06%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=20.06%
G=38.11%
B=41.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701331460.520.0900.43190.2635.1942.35
Hex46859234902Bbe232a
Octal10620522264110532764352
Binary100011010000101100100101101001001010101110111110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468592; }

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

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

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

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

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

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

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

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