#4F7E9E

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

Shades of Hippie Blue #4F7E9E

Tints of Hippie Blue #4F7E9E

Color information

#4F7E9E (or 0x4F7E9E) is unknown color: approx Hippie Blue. HEX triplet: 4F, 7E and 9E. RGB value is (79,126,158). Sum of RGB (Red+Green+Blue) = 79+126+158=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F7E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7E9E is #B08161. Grayscale: #737373. Windows color (decimal): -11567458 or 10387023. OLE color: 10387023.

HSL color Cylindrical-coordinate representation of color #4F7E9E: hue angle of 204.3º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F7E9E is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB79126158-
CMYK0.500.2000.38
HSL204.3º33.33%46.47%-
HSV(B)204.3º50%61.96%-
XYZ16.8619.0535.14-
YUV115.59151.93101.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.76%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=21.76%
G=34.71%
B=43.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791261580.500.2000.38204.333.3346.47
Hex4F7E9E3214026cc212e
Octal11717623662240463144156
Binary100111111111101001111011001010100010011011001100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,126,158); }

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

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

 a { background-color: rgb(79,126,158); }

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

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

 span { border-color: rgb(79,126,158); }

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