Html Css Color HEX #4F8296 Hippie Blue

📋 copy color: '#4F8296'

red 79 ◦ green 130 ◦ blue 150

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

Shades of Hippie Blue #4F8296

Tints of Hippie Blue #4F8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 150 (58.98% from 255) = 41.78%

R = 22.01%
G = 36.21%
B = 41.78%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4F8296 (or 0x4F8296) is known color: Hippie Blue. HEX triplet: 4F, 82 and 96. RGB value is (79,130,150). Sum of RGB (Red+Green+Blue) = 79+130+150=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F8296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8296 is #B07D69. Grayscale: #747474. Windows color (decimal): -11566442 or 9863759. OLE color: 9863759.

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

Color convert

RGB 79 130 150 -
CMYK 0.47 0.13 0 0.41
HSL 196.9º 0.31% 0.45% -
HSV(B) 196.9º 0.47% 0.59% -
XYZ 16.71 19.83 31.8 -
YUV 117.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 79 130 150 0.47 0.13 0 0.41 196.9 0.31 0.45
Hex 4F 82 96 2F D 0 29 C5 1F 2D
Octal 117 202 226 57 15 0 51 305 37 55
Binary 1001111 10000010 10010110 101111 1101 0 101001 11000101 11111 101101

Color Harmonies of #4F8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8296

Black with #4F8296

Text Example


Text Example

White with #4F8296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,130,150); }

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

background-color css

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

 a { background-color: rgb(79,130,150); }

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

border-color css

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

 span { border-color: rgb(79,130,150); }

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