Html Css Color HEX #479099 Hippie Blue

📋 copy color: '#479099'

red 71 ◦ green 144 ◦ blue 153

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

Shades of Hippie Blue #479099

Tints of Hippie Blue #479099

RGB

 RED value IS 71 (28.13% from 255) = 19.29%

 GREEN value IS 144 (56.64% from 255) = 39.13%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 19.29%
G = 39.13%
B = 41.58%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#479099 (or 0x479099) is known color: Hippie Blue. HEX triplet: 47, 90 and 99. RGB value is (71,144,153). Sum of RGB (Red+Green+Blue) = 71+144+153=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #479099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479099 is #B86F66. Grayscale: #7B7B7B. Windows color (decimal): -12087143 or 10063943. OLE color: 10063943.

HSL color Cylindrical-coordinate representation of color #479099: hue angle of 186.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479099 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 144 153 -
CMYK 0.54 0.06 0 0.4
HSL 186.59º 0.37% 0.44% -
HSV(B) 186.59º 0.54% 0.6% -
XYZ 18.32 23.59 33.72 -
YUV 123.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 71 144 153 0.54 0.06 0 0.4 186.59 0.37 0.44
Hex 47 90 99 36 6 0 28 BB 25 2C
Octal 107 220 231 66 6 0 50 273 45 54
Binary 1000111 10010000 10011001 110110 110 0 101000 10111011 100101 101100

Color Harmonies of #479099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479099

Black with #479099

Text Example


Text Example

White with #479099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479099; }

 p { color: rgb(71,144,153); }

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

background-color css

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

 a { background-color: rgb(71,144,153); }

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

border-color css

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

 span { border-color: rgb(71,144,153); }

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