Html Css Color HEX #4F8395 Hippie Blue

📋 copy color: '#4F8395'

red 79 ◦ green 131 ◦ blue 149

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

Shades of Hippie Blue #4F8395

Tints of Hippie Blue #4F8395

RGB

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

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

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

R = 22.01%
G = 36.49%
B = 41.5%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F8395 (or 0x4F8395) is known color: Hippie Blue. HEX triplet: 4F, 83 and 95. RGB value is (79,131,149). Sum of RGB (Red+Green+Blue) = 79+131+149=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F8395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8395 is #B07C6A. Grayscale: #757575. Windows color (decimal): -11566187 or 9798479. OLE color: 9798479.

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

Color convert

RGB 79 131 149 -
CMYK 0.47 0.12 0 0.42
HSL 195.43º 0.31% 0.45% -
HSV(B) 195.43º 0.47% 0.58% -
XYZ 16.77 20.06 31.42 -
YUV 117.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 79 131 149 0.47 0.12 0 0.42 195.43 0.31 0.45
Hex 4F 83 95 2F C 0 2A C3 1F 2D
Octal 117 203 225 57 14 0 52 303 37 55
Binary 1001111 10000011 10010101 101111 1100 0 101010 11000011 11111 101101

Color Harmonies of #4F8395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8395

Black with #4F8395

Text Example


Text Example

White with #4F8395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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