Html Css Color HEX #4F899B Hippie Blue

📋 copy color: '#4F899B'

red 79 ◦ green 137 ◦ blue 155

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

Shades of Hippie Blue #4F899B

Tints of Hippie Blue #4F899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 21.29%
G = 36.93%
B = 41.78%

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

#4F899B (or 0x4F899B) is known color: Hippie Blue. HEX triplet: 4F, 89 and 9B. RGB value is (79,137,155). Sum of RGB (Red+Green+Blue) = 79+137+155=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F899B is #B07664. Grayscale: #797979. Windows color (decimal): -11564645 or 10193231. OLE color: 10193231.

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

Color convert

RGB 79 137 155 -
CMYK 0.49 0.12 0 0.39
HSL 194.21º 0.32% 0.46% -
HSV(B) 194.21º 0.49% 0.61% -
XYZ 18.09 21.92 34.29 -
YUV 121.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 79 137 155 0.49 0.12 0 0.39 194.21 0.32 0.46
Hex 4F 89 9B 31 C 0 27 C2 20 2E
Octal 117 211 233 61 14 0 47 302 40 56
Binary 1001111 10001001 10011011 110001 1100 0 100111 11000010 100000 101110

Color Harmonies of #4F899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F899B

Black with #4F899B

Text Example


Text Example

White with #4F899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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