#4F7F95

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

Shades of Hippie Blue #4F7F95

Tints of Hippie Blue #4F7F95

Color information

#4F7F95 (or 0x4F7F95) is unknown color: approx Hippie Blue. HEX triplet: 4F, 7F and 95. RGB value is (79,127,149). Sum of RGB (Red+Green+Blue) = 79+127+149=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F7F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7F95 is #B0806A. Grayscale: #737373. Windows color (decimal): -11567211 or 9797455. OLE color: 9797455.

HSL color Cylindrical-coordinate representation of color #4F7F95: hue angle of 198.86º degrees, saturation: 0.31, 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 #4F7F95 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB79127149-
CMYK0.470.1500.42
HSL198.86º30.7%44.71%-
HSV(B)198.86º46.98%58.43%-
XYZ16.2419.0131.25-
YUV115.16147.1102.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.25%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=22.25%
G=35.77%
B=41.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791271490.470.1500.42198.8630.744.71
Hex4F7F952FF02Ac71f2d
Octal11717722557170523073755
Binary1001111111111110010101101111111101010101100011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,127,149); }

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

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

 a { background-color: rgb(79,127,149); }

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

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

 span { border-color: rgb(79,127,149); }

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