Html Css Color HEX #4F8595 Hippie Blue

📋 copy color: '#4F8595'

red 79 ◦ green 133 ◦ blue 149

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

Shades of Hippie Blue #4F8595

Tints of Hippie Blue #4F8595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 21.88%
G = 36.84%
B = 41.27%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F8595 (or 0x4F8595) is known color: Hippie Blue. HEX triplet: 4F, 85 and 95. RGB value is (79,133,149). Sum of RGB (Red+Green+Blue) = 79+133+149=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F8595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8595 is #B07A6A. Grayscale: #767676. Windows color (decimal): -11565675 or 9798991. OLE color: 9798991.

HSL color Cylindrical-coordinate representation of color #4F8595: hue angle of 193.71º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F8595 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 133 149 -
CMYK 0.47 0.11 0 0.42
HSL 193.71º 0.31% 0.45% -
HSV(B) 193.71º 0.47% 0.58% -
XYZ 17.04 20.61 31.51 -
YUV 118.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 79 133 149 0.47 0.11 0 0.42 193.71 0.31 0.45
Hex 4F 85 95 2F B 0 2A C2 1F 2D
Octal 117 205 225 57 13 0 52 302 37 55
Binary 1001111 10000101 10010101 101111 1011 0 101010 11000010 11111 101101

Color Harmonies of #4F8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8595

Black with #4F8595

Text Example


Text Example

White with #4F8595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,133,149); }

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

background-color css

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

 a { background-color: rgb(79,133,149); }

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

border-color css

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

 span { border-color: rgb(79,133,149); }

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