#4F8794

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

Shades of Hippie Blue #4F8794

Tints of Hippie Blue #4F8794

Color information

#4F8794 (or 0x4F8794) is unknown color: approx Hippie Blue. HEX triplet: 4F, 87 and 94. RGB value is (79,135,148). Sum of RGB (Red+Green+Blue) = 79+135+148=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F8794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8794 is #B0786B. Grayscale: #777777. Windows color (decimal): -11565164 or 9733967. OLE color: 9733967.

HSL color Cylindrical-coordinate representation of color #4F8794: hue angle of 191.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F8794 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB79135148-
CMYK0.470.0900.42
HSL191.3º30.4%44.51%-
HSV(B)191.3º46.62%58.04%-
XYZ17.2321.1331.19-
YUV119.74143.9598.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=21.82%
G=37.29%
B=40.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791351480.470.0900.42191.330.444.51
Hex4F87942F902Abf1e2d
Octal11720722457110522773655
Binary10011111000011110010100101111100101010101011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,135,148); }

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

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

 a { background-color: rgb(79,135,148); }

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

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

 span { border-color: rgb(79,135,148); }

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