Html Css Color HEX #4F839B Hippie Blue

📋 copy color: '#4F839B'

red 79 ◦ green 131 ◦ blue 155

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

Shades of Hippie Blue #4F839B

Tints of Hippie Blue #4F839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

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

R = 21.64%
G = 35.89%
B = 42.47%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F839B (or 0x4F839B) is known color: Hippie Blue. HEX triplet: 4F, 83 and 9B. RGB value is (79,131,155). Sum of RGB (Red+Green+Blue) = 79+131+155=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F839B is #B07C64. Grayscale: #767676. Windows color (decimal): -11566181 or 10191695. OLE color: 10191695.

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

Color convert

RGB 79 131 155 -
CMYK 0.49 0.15 0 0.39
HSL 198.95º 0.32% 0.46% -
HSV(B) 198.95º 0.49% 0.61% -
XYZ 17.26 20.26 34.01 -
YUV 118.19 148.77 100.05 -
System Red Green Blue C M Y K H S L
Decimal 79 131 155 0.49 0.15 0 0.39 198.95 0.32 0.46
Hex 4F 83 9B 31 F 0 27 C7 20 2E
Octal 117 203 233 61 17 0 47 307 40 56
Binary 1001111 10000011 10011011 110001 1111 0 100111 11000111 100000 101110

Color Harmonies of #4F839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F839B

Black with #4F839B

Text Example


Text Example

White with #4F839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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