Html Css Color HEX #4F8193 Hippie Blue

📋 copy color: '#4F8193'

red 79 ◦ green 129 ◦ blue 147

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

Shades of Hippie Blue #4F8193

Tints of Hippie Blue #4F8193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 22.25%
G = 36.34%
B = 41.41%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4F8193 (or 0x4F8193) is known color: Hippie Blue. HEX triplet: 4F, 81 and 93. RGB value is (79,129,147). Sum of RGB (Red+Green+Blue) = 79+129+147=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F8193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8193 is #B07E6C. Grayscale: #737373. Windows color (decimal): -11566701 or 9666895. OLE color: 9666895.

HSL color Cylindrical-coordinate representation of color #4F8193: hue angle of 195.88º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F8193 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 129 147 -
CMYK 0.46 0.12 0 0.42
HSL 195.88º 0.3% 0.44% -
HSV(B) 195.88º 0.46% 0.58% -
XYZ 16.34 19.47 30.5 -
YUV 116.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 79 129 147 0.46 0.12 0 0.42 195.88 0.3 0.44
Hex 4F 81 93 2E C 0 2A C4 1E 2C
Octal 117 201 223 56 14 0 52 304 36 54
Binary 1001111 10000001 10010011 101110 1100 0 101010 11000100 11110 101100

Color Harmonies of #4F8193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8193

Black with #4F8193

Text Example


Text Example

White with #4F8193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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