Html Css Color HEX #478E96 Blue Chill

📋 copy color: '#478E96'

red 71 ◦ green 142 ◦ blue 150

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

Shades of Blue Chill #478E96

Tints of Blue Chill #478E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.12%

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

R = 19.56%
G = 39.12%
B = 41.32%

CMYK

 C value IS 0.53

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#478E96 (or 0x478E96) is known color: Blue Chill. HEX triplet: 47, 8E and 96. RGB value is (71,142,150). Sum of RGB (Red+Green+Blue) = 71+142+150=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #478E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E96 is #B87169. Grayscale: #797979. Windows color (decimal): -12087658 or 9866823. OLE color: 9866823.

HSL color Cylindrical-coordinate representation of color #478E96: hue angle of 186.08º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #478E96 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 142 150 -
CMYK 0.53 0.05 0 0.41
HSL 186.08º 0.36% 0.43% -
HSV(B) 186.08º 0.53% 0.59% -
XYZ 17.78 22.89 32.33 -
YUV 121.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 71 142 150 0.53 0.05 0 0.41 186.08 0.36 0.43
Hex 47 8E 96 35 5 0 29 BA 24 2B
Octal 107 216 226 65 5 0 51 272 44 53
Binary 1000111 10001110 10010110 110101 101 0 101001 10111010 100100 101011

Color Harmonies of #478E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478E96

Black with #478E96

Text Example


Text Example

White with #478E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478E96; }

 p { color: rgb(71,142,150); }

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

background-color css

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

 a { background-color: rgb(71,142,150); }

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

border-color css

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

 span { border-color: rgb(71,142,150); }

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