#4F8A98

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

Shades of Hippie Blue #4F8A98

Tints of Hippie Blue #4F8A98

Color information

#4F8A98 (or 0x4F8A98) is unknown color: approx Hippie Blue. HEX triplet: 4F, 8A and 98. RGB value is (79,138,152). Sum of RGB (Red+Green+Blue) = 79+138+152=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F8A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8A98 is #B07567. Grayscale: #797979. Windows color (decimal): -11564392 or 9996879. OLE color: 9996879.

HSL color Cylindrical-coordinate representation of color #4F8A98: hue angle of 191.51º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F8A98 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB79138152-
CMYK0.480.0900.40
HSL191.51º31.6%45.29%-
HSV(B)191.51º48.03%59.61%-
XYZ17.9822.1133.03-
YUV121.96144.9597.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 138 (54.30% from 255) = 37.40%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=21.41%
G=37.40%
B=41.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791381520.480.0900.40191.5131.645.29
Hex4F8A98309028c0202d
Octal11721223060110503004055
Binary100111110001010100110001100001001010100011000000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,138,152); }

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

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

 a { background-color: rgb(79,138,152); }

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

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

 span { border-color: rgb(79,138,152); }

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