Html Css Color HEX #4F8195 Hippie Blue

📋 copy color: '#4F8195'

red 79 ◦ green 129 ◦ blue 149

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

Shades of Hippie Blue #4F8195

Tints of Hippie Blue #4F8195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

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

R = 22.13%
G = 36.13%
B = 41.74%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F8195 (or 0x4F8195) is known color: Hippie Blue. HEX triplet: 4F, 81 and 95. RGB value is (79,129,149). Sum of RGB (Red+Green+Blue) = 79+129+149=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F8195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8195 is #B07E6A. Grayscale: #747474. Windows color (decimal): -11566699 or 9797967. OLE color: 9797967.

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

Color convert

RGB 79 129 149 -
CMYK 0.47 0.13 0 0.42
HSL 197.14º 0.31% 0.45% -
HSV(B) 197.14º 0.47% 0.58% -
XYZ 16.5 19.53 31.33 -
YUV 116.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 79 129 149 0.47 0.13 0 0.42 197.14 0.31 0.45
Hex 4F 81 95 2F D 0 2A C5 1F 2D
Octal 117 201 225 57 15 0 52 305 37 55
Binary 1001111 10000001 10010101 101111 1101 0 101010 11000101 11111 101101

Color Harmonies of #4F8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8195

Black with #4F8195

Text Example


Text Example

White with #4F8195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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