Html Css Color HEX #4F899C Hippie Blue

📋 copy color: '#4F899C'

red 79 ◦ green 137 ◦ blue 156

#4F899C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #4F899C

Tints of Hippie Blue #4F899C

RGB

 RED value IS 79 (31.25% from 255) = 21.24%

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 21.24%
G = 36.83%
B = 41.94%

CMYK

 C value IS 0.49

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F899C (or 0x4F899C) is known color: Hippie Blue. HEX triplet: 4F, 89 and 9C. RGB value is (79,137,156). Sum of RGB (Red+Green+Blue) = 79+137+156=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F899C is #B07663. Grayscale: #797979. Windows color (decimal): -11564644 or 10258767. OLE color: 10258767.

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

Color convert

RGB 79 137 156 -
CMYK 0.49 0.12 0 0.39
HSL 194.81º 0.33% 0.46% -
HSV(B) 194.81º 0.49% 0.61% -
XYZ 18.17 21.95 34.73 -
YUV 121.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 79 137 156 0.49 0.12 0 0.39 194.81 0.33 0.46
Hex 4F 89 9C 31 C 0 27 C3 21 2E
Octal 117 211 234 61 14 0 47 303 41 56
Binary 1001111 10001001 10011100 110001 1100 0 100111 11000011 100001 101110

Color Harmonies of #4F899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F899C

Black with #4F899C

Text Example


Text Example

White with #4F899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,137,156); }

 H1.HeaderClassName
 {
   color: #4F899C;
 }
 .AnyTagClassName
 {
   color: #4F899C;
 }
</style>

background-color css

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

 a { background-color: rgb(79,137,156); }

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

border-color css

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

 span { border-color: rgb(79,137,156); }

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