#468D9E

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

Shades of Hippie Blue #468D9E

Tints of Hippie Blue #468D9E

Color information

#468D9E (or 0x468D9E) is unknown color: approx Hippie Blue. HEX triplet: 46, 8D and 9E. RGB value is (70,141,158). Sum of RGB (Red+Green+Blue) = 70+141+158=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #468D9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468D9E is #B97261. Grayscale: #797979. Windows color (decimal): -12153442 or 10390854. OLE color: 10390854.

HSL color Cylindrical-coordinate representation of color #468D9E: hue angle of 191.59º 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 #468D9E is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70141158-
CMYK0.560.1100.38
HSL191.59º38.6%44.71%-
HSV(B)191.59º55.7%61.96%-
XYZ18.2222.8235.79-
YUV121.71148.4891.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=18.97%
G=38.21%
B=42.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701411580.560.1100.38191.5938.644.71
Hex468D9E38B026c0272d
Octal10621523670130463004755
Binary100011010001101100111101110001011010011011000000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,141,158); }

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

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

 a { background-color: rgb(70,141,158); }

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

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

 span { border-color: rgb(70,141,158); }

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