#468A9F

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

Shades of Hippie Blue #468A9F

Tints of Hippie Blue #468A9F

Color information

#468A9F (or 0x468A9F) is unknown color: approx Hippie Blue. HEX triplet: 46, 8A and 9F. RGB value is (70,138,159). Sum of RGB (Red+Green+Blue) = 70+138+159=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #468A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468A9F is #B97560. Grayscale: #777777. Windows color (decimal): -12154209 or 10455622. OLE color: 10455622.

HSL color Cylindrical-coordinate representation of color #468A9F: hue angle of 194.16º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #468A9F is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70138159-
CMYK0.560.1300.38
HSL194.16º38.86%44.9%-
HSV(B)194.16º55.97%62.35%-
XYZ17.8721.9836.1-
YUV120.06149.9792.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 138 (54.30% from 255) = 37.60%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=19.07%
G=37.60%
B=43.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701381590.560.1300.38194.1638.8644.9
Hex468A9F38D026c2272d
Octal10621223770150463024755
Binary100011010001010100111111110001101010011011000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468A9F; }

 p { color: rgb(70,138,159); }

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

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

 a { background-color: rgb(70,138,159); }

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

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

 span { border-color: rgb(70,138,159); }

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