#4A8294

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

Shades of Hippie Blue #4A8294

Tints of Hippie Blue #4A8294

Color information

#4A8294 (or 0x4A8294) is unknown color: approx Hippie Blue. HEX triplet: 4A, 82 and 94. RGB value is (74,130,148). Sum of RGB (Red+Green+Blue) = 74+130+148=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A8294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8294 is #B57D6B. Grayscale: #737373. Windows color (decimal): -11894124 or 9732682. OLE color: 9732682.

HSL color Cylindrical-coordinate representation of color #4A8294: hue angle of 194.59º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A8294 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB74130148-
CMYK0.500.1200.42
HSL194.59º33.33%43.53%-
HSV(B)194.59º50%58.04%-
XYZ16.1519.5630.94-
YUV115.31146.4598.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.02%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=21.02%
G=36.93%
B=42.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741301480.500.1200.42194.5933.3343.53
Hex4A829432C02Ac3212c
Octal11220222462140523034154
Binary100101010000010100101001100101100010101011000011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A8294; }

 p { color: rgb(74,130,148); }

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

<style>
 a { background-color: #4A8294; }

 a { background-color: rgb(74,130,148); }

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

<style>
 span { border-color: #4A8294; }

 span { border-color: rgb(74,130,148); }

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