#468B9C

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

Shades of Hippie Blue #468B9C

Tints of Hippie Blue #468B9C

Color information

#468B9C (or 0x468B9C) is unknown color: approx Hippie Blue. HEX triplet: 46, 8B and 9C. RGB value is (70,139,156). Sum of RGB (Red+Green+Blue) = 70+139+156=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #468B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468B9C is #B97463. Grayscale: #787878. Windows color (decimal): -12153956 or 10259270. OLE color: 10259270.

HSL color Cylindrical-coordinate representation of color #468B9C: hue angle of 191.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #468B9C is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70139156-
CMYK0.550.1100.39
HSL191.86º38.05%44.31%-
HSV(B)191.86º55.13%61.18%-
XYZ17.7622.1734.8-
YUV120.31148.1492.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.18%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=19.18%
G=38.08%
B=42.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701391560.550.1100.39191.8638.0544.31
Hex468B9C37B027c0262c
Octal10621323467130473004654
Binary100011010001011100111001101111011010011111000000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,139,156); }

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

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

 a { background-color: rgb(70,139,156); }

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

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

 span { border-color: rgb(70,139,156); }

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