#4F7F9B

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

Shades of Hippie Blue #4F7F9B

Tints of Hippie Blue #4F7F9B

Color information

#4F7F9B (or 0x4F7F9B) is unknown color: approx Hippie Blue. HEX triplet: 4F, 7F and 9B. RGB value is (79,127,155). Sum of RGB (Red+Green+Blue) = 79+127+155=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F7F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7F9B is #B08064. Grayscale: #737373. Windows color (decimal): -11567205 or 10190671. OLE color: 10190671.

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

Color convert

RGB79127155-
CMYK0.490.1800.39
HSL202.11º32.48%45.88%-
HSV(B)202.11º49.03%60.78%-
XYZ16.7319.2133.84-
YUV115.84150.1101.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.88%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=21.88%
G=35.18%
B=42.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791271550.490.1800.39202.1132.4845.88
Hex4F7F9B3112027ca202e
Octal11717723361220473124056
Binary100111111111111001101111000110010010011111001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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