#467F9C

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

Shades of Hippie Blue #467F9C

Tints of Hippie Blue #467F9C

Color information

#467F9C (or 0x467F9C) is unknown color: approx Hippie Blue. HEX triplet: 46, 7F and 9C. RGB value is (70,127,156). Sum of RGB (Red+Green+Blue) = 70+127+156=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #467F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F9C is #B98063. Grayscale: #717171. Windows color (decimal): -12157028 or 10256198. OLE color: 10256198.

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

Color convert

RGB70127156-
CMYK0.550.1900.39
HSL200.23º38.05%44.31%-
HSV(B)200.23º55.13%61.18%-
XYZ16.1218.8834.25-
YUV113.26152.1297.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.83%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=19.83%
G=35.98%
B=44.19%

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
Decimal701271560.550.1900.39200.2338.0544.31
Hex467F9C3713027c8262c
Octal10617723467230473104654
Binary100011011111111001110011011110011010011111001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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