#4F8F9B

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

Shades of Hippie Blue #4F8F9B

Tints of Hippie Blue #4F8F9B

Color information

#4F8F9B (or 0x4F8F9B) is unknown color: approx Hippie Blue. HEX triplet: 4F, 8F and 9B. RGB value is (79,143,155). Sum of RGB (Red+Green+Blue) = 79+143+155=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F8F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8F9B is #B07064. Grayscale: #7D7D7D. Windows color (decimal): -11563109 or 10194767. OLE color: 10194767.

HSL color Cylindrical-coordinate representation of color #4F8F9B: hue angle of 189.47º degrees, saturation: 0.32, 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 #4F8F9B is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB79143155-
CMYK0.490.0800.39
HSL189.47º32.48%45.88%-
HSV(B)189.47º49.03%60.78%-
XYZ18.9623.6734.58-
YUV125.23144.895.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=20.95%
G=37.93%
B=41.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791431550.490.0800.39189.4732.4845.88
Hex4F8F9B318027bd202e
Octal11721723361100472754056
Binary100111110001111100110111100011000010011110111101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,143,155); }

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

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

 a { background-color: rgb(79,143,155); }

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

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

 span { border-color: rgb(79,143,155); }

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