#467FA0

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

Shades of Hippie Blue #467FA0

Tints of Hippie Blue #467FA0

Color information

#467FA0 (or 0x467FA0) is unknown color: approx Hippie Blue. HEX triplet: 46, 7F and A0. RGB value is (70,127,160). Sum of RGB (Red+Green+Blue) = 70+127+160=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #467FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467FA0 is #B9805F. Grayscale: #717171. Windows color (decimal): -12157024 or 10518342. OLE color: 10518342.

HSL color Cylindrical-coordinate representation of color #467FA0: hue angle of 202º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #467FA0 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB70127160-
CMYK0.560.2100.37
HSL202º39.13%45.1%-
HSV(B)202º56.25%62.75%-
XYZ16.4619.0236.06-
YUV113.72154.1296.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 160 (62.89% from 255) = 44.82%
R=19.61%
G=35.57%
B=44.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal701271600.560.2100.3720239.1345.1
Hex467FA03815025ca272d
Octal10617724070250453124755
Binary100011011111111010000011100010101010010111001010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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