Html Css Color HEX #4F8092 Hippie Blue

📋 copy color: '#4F8092'

red 79 ◦ green 128 ◦ blue 146

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

Shades of Hippie Blue #4F8092

Tints of Hippie Blue #4F8092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 22.38%
G = 36.26%
B = 41.36%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F8092 (or 0x4F8092) is known color: Hippie Blue. HEX triplet: 4F, 80 and 92. RGB value is (79,128,146). Sum of RGB (Red+Green+Blue) = 79+128+146=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F8092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8092 is #B07F6D. Grayscale: #737373. Windows color (decimal): -11566958 or 9601103. OLE color: 9601103.

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

Color convert

RGB 79 128 146 -
CMYK 0.46 0.12 0 0.43
HSL 196.12º 0.3% 0.44% -
HSV(B) 196.12º 0.46% 0.57% -
XYZ 16.13 19.18 30.05 -
YUV 115.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 79 128 146 0.46 0.12 0 0.43 196.12 0.3 0.44
Hex 4F 80 92 2E C 0 2B C4 1E 2C
Octal 117 200 222 56 14 0 53 304 36 54
Binary 1001111 10000000 10010010 101110 1100 0 101011 11000100 11110 101100

Color Harmonies of #4F8092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8092

Black with #4F8092

Text Example


Text Example

White with #4F8092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,128,146); }

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

background-color css

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

 a { background-color: rgb(79,128,146); }

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

border-color css

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

 span { border-color: rgb(79,128,146); }

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