#467E9B

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

Shades of Hippie Blue #467E9B

Tints of Hippie Blue #467E9B

Color information

#467E9B (or 0x467E9B) is unknown color: approx Hippie Blue. HEX triplet: 46, 7E and 9B. RGB value is (70,126,155). Sum of RGB (Red+Green+Blue) = 70+126+155=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #467E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E9B is #B98164. Grayscale: #707070. Windows color (decimal): -12157285 or 10190406. OLE color: 10190406.

HSL color Cylindrical-coordinate representation of color #467E9B: hue angle of 200.47º 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 #467E9B is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70126155-
CMYK0.550.1900.39
HSL200.47º37.78%44.12%-
HSV(B)200.47º54.84%60.78%-
XYZ15.918.5933.76-
YUV112.56151.9597.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=19.94%
G=35.90%
B=44.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701261550.550.1900.39200.4737.7844.12
Hex467E9B3713027c8262c
Octal10617623367230473104654
Binary100011011111101001101111011110011010011111001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467E9B; }

 p { color: rgb(70,126,155); }

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

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

 a { background-color: rgb(70,126,155); }

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

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

 span { border-color: rgb(70,126,155); }

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