#467F9B

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

Shades of Hippie Blue #467F9B

Tints of Hippie Blue #467F9B

Color information

#467F9B (or 0x467F9B) is unknown color: approx Hippie Blue. HEX triplet: 46, 7F and 9B. RGB value is (70,127,155). Sum of RGB (Red+Green+Blue) = 70+127+155=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #467F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F9B is #B98064. Grayscale: #707070. Windows color (decimal): -12157029 or 10190662. OLE color: 10190662.

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

Color convert

RGB70127155-
CMYK0.550.1800.39
HSL199.76º37.78%44.12%-
HSV(B)199.76º54.84%60.78%-
XYZ16.0318.8533.8-
YUV113.15151.6297.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=19.89%
G=36.08%
B=44.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701271550.550.1800.39199.7637.7844.12
Hex467F9B3712027c8262c
Octal10617723367220473104654
Binary100011011111111001101111011110010010011111001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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