Html Css Color HEX #478E94 Blue Chill

📋 copy color: '#478E94'

red 71 ◦ green 142 ◦ blue 148

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

Shades of Blue Chill #478E94

Tints of Blue Chill #478E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41%

R = 19.67%
G = 39.34%
B = 41%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#478E94 (or 0x478E94) is known color: Blue Chill. HEX triplet: 47, 8E and 94. RGB value is (71,142,148). Sum of RGB (Red+Green+Blue) = 71+142+148=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #478E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E94 is #B8716B. Grayscale: #797979. Windows color (decimal): -12087660 or 9735751. OLE color: 9735751.

HSL color Cylindrical-coordinate representation of color #478E94: hue angle of 184.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #478E94 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 142 148 -
CMYK 0.52 0.04 0 0.42
HSL 184.68º 0.35% 0.43% -
HSV(B) 184.68º 0.52% 0.58% -
XYZ 17.62 22.82 31.49 -
YUV 121.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 71 142 148 0.52 0.04 0 0.42 184.68 0.35 0.43
Hex 47 8E 94 34 4 0 2A B9 23 2B
Octal 107 216 224 64 4 0 52 271 43 53
Binary 1000111 10001110 10010100 110100 100 0 101010 10111001 100011 101011

Color Harmonies of #478E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478E94

Black with #478E94

Text Example


Text Example

White with #478E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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