Html Css Color HEX #479E9F Blue Chill

📋 copy color: '#479E9F'

red 71 ◦ green 158 ◦ blue 159

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

Shades of Blue Chill #479E9F

Tints of Blue Chill #479E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.72%

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 18.3%
G = 40.72%
B = 40.98%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#479E9F (or 0x479E9F) is known color: Blue Chill. HEX triplet: 47, 9E and 9F. RGB value is (71,158,159). Sum of RGB (Red+Green+Blue) = 71+158+159=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #479E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479E9F is #B86160. Grayscale: #848484. Windows color (decimal): -12083553 or 10460743. OLE color: 10460743.

HSL color Cylindrical-coordinate representation of color #479E9F: hue angle of 180.68º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479E9F is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 158 159 -
CMYK 0.55 0.01 0 0.38
HSL 180.68º 0.38% 0.45% -
HSV(B) 180.68º 0.55% 0.62% -
XYZ 21.08 28.3 37.15 -
YUV 132.1 143.18 84.42 -
System Red Green Blue C M Y K H S L
Decimal 71 158 159 0.55 0.01 0 0.38 180.68 0.38 0.45
Hex 47 9E 9F 37 1 0 26 B5 26 2D
Octal 107 236 237 67 1 0 46 265 46 55
Binary 1000111 10011110 10011111 110111 1 0 100110 10110101 100110 101101

Color Harmonies of #479E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479E9F

Black with #479E9F

Text Example


Text Example

White with #479E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479E9F; }

 p { color: rgb(71,158,159); }

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

background-color css

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

 a { background-color: rgb(71,158,159); }

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

border-color css

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

 span { border-color: rgb(71,158,159); }

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