Html Css Color HEX #4F8A9B Hippie Blue

📋 copy color: '#4F8A9B'

red 79 ◦ green 138 ◦ blue 155

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

Shades of Hippie Blue #4F8A9B

Tints of Hippie Blue #4F8A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

 BLUE value IS 155 (60.94% from 255) = 41.67%

R = 21.24%
G = 37.1%
B = 41.67%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F8A9B (or 0x4F8A9B) is known color: Hippie Blue. HEX triplet: 4F, 8A and 9B. RGB value is (79,138,155). Sum of RGB (Red+Green+Blue) = 79+138+155=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F8A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8A9B is #B07564. Grayscale: #7A7A7A. Windows color (decimal): -11564389 or 10193487. OLE color: 10193487.

HSL color Cylindrical-coordinate representation of color #4F8A9B: hue angle of 193.42º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F8A9B is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 138 155 -
CMYK 0.49 0.11 0 0.39
HSL 193.42º 0.32% 0.46% -
HSV(B) 193.42º 0.49% 0.61% -
XYZ 18.23 22.21 34.34 -
YUV 122.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 79 138 155 0.49 0.11 0 0.39 193.42 0.32 0.46
Hex 4F 8A 9B 31 B 0 27 C1 20 2E
Octal 117 212 233 61 13 0 47 301 40 56
Binary 1001111 10001010 10011011 110001 1011 0 100111 11000001 100000 101110

Color Harmonies of #4F8A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8A9B

Black with #4F8A9B

Text Example


Text Example

White with #4F8A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,138,155); }

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

background-color css

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

 a { background-color: rgb(79,138,155); }

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

border-color css

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

 span { border-color: rgb(79,138,155); }

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