Html Css Color HEX #478C94 Blue Chill

📋 copy color: '#478C94'

red 71 ◦ green 140 ◦ blue 148

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

Shades of Blue Chill #478C94

Tints of Blue Chill #478C94

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39%

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

R = 19.78%
G = 39%
B = 41.23%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#478C94 (or 0x478C94) is known color: Blue Chill. HEX triplet: 47, 8C and 94. RGB value is (71,140,148). Sum of RGB (Red+Green+Blue) = 71+140+148=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #478C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C94 is #B8736B. Grayscale: #787878. Windows color (decimal): -12088172 or 9735239. OLE color: 9735239.

HSL color Cylindrical-coordinate representation of color #478C94: hue angle of 186.23º 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 #478C94 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 140 148 -
CMYK 0.52 0.05 0 0.42
HSL 186.23º 0.35% 0.43% -
HSV(B) 186.23º 0.52% 0.58% -
XYZ 17.32 22.23 31.4 -
YUV 120.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 71 140 148 0.52 0.05 0 0.42 186.23 0.35 0.43
Hex 47 8C 94 34 5 0 2A BA 23 2B
Octal 107 214 224 64 5 0 52 272 43 53
Binary 1000111 10001100 10010100 110100 101 0 101010 10111010 100011 101011

Color Harmonies of #478C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478C94

Black with #478C94

Text Example


Text Example

White with #478C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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