#4F838F

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

Shades of Hippie Blue #4F838F

Tints of Hippie Blue #4F838F

Color information

#4F838F (or 0x4F838F) is unknown color: approx Hippie Blue. HEX triplet: 4F, 83 and 8F. RGB value is (79,131,143). Sum of RGB (Red+Green+Blue) = 79+131+143=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F838F is #B07C70. Grayscale: #747474. Windows color (decimal): -11566193 or 9405263. OLE color: 9405263.

HSL color Cylindrical-coordinate representation of color #4F838F: hue angle of 191.25º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F838F is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB79131143-
CMYK0.450.0800.44
HSL191.25º28.83%43.53%-
HSV(B)191.25º44.76%56.08%-
XYZ16.319.8828.96-
YUV116.82142.77101.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.38%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=22.38%
G=37.11%
B=40.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791311430.450.0800.44191.2528.8343.53
Hex4F838F2D802Cbf1d2c
Octal11720321755100542773554
Binary10011111000001110001111101101100001011001011111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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