#4F829C

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

Shades of Hippie Blue #4F829C

Tints of Hippie Blue #4F829C

Color information

#4F829C (or 0x4F829C) is unknown color: approx Hippie Blue. HEX triplet: 4F, 82 and 9C. RGB value is (79,130,156). Sum of RGB (Red+Green+Blue) = 79+130+156=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F829C is #B07D63. Grayscale: #757575. Windows color (decimal): -11566436 or 10256975. OLE color: 10256975.

HSL color Cylindrical-coordinate representation of color #4F829C: hue angle of 200.26º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F829C is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB79130156-
CMYK0.490.1700.39
HSL200.26º32.77%46.08%-
HSV(B)200.26º49.36%61.18%-
XYZ17.2120.0334.41-
YUV117.72149.6100.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=21.64%
G=35.62%
B=42.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791301560.490.1700.39200.2632.7746.08
Hex4F829C3111027c8212e
Octal11720223461210473104156
Binary1001111100000101001110011000110001010011111001000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,130,156); }

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

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

 a { background-color: rgb(79,130,156); }

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

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

 span { border-color: rgb(79,130,156); }

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