Html Css Color HEX #478C93 Blue Chill

📋 copy color: '#478C93'

red 71 ◦ green 140 ◦ blue 147

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

Shades of Blue Chill #478C93

Tints of Blue Chill #478C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 19.83%
G = 39.11%
B = 41.06%

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

#478C93 (or 0x478C93) is known color: Blue Chill. HEX triplet: 47, 8C and 93. RGB value is (71,140,147). Sum of RGB (Red+Green+Blue) = 71+140+147=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #478C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478C93 is #B8736C. Grayscale: #787878. Windows color (decimal): -12088173 or 9669703. OLE color: 9669703.

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

Color convert

RGB 71 140 147 -
CMYK 0.52 0.05 0 0.42
HSL 185.53º 0.35% 0.43% -
HSV(B) 185.53º 0.52% 0.58% -
XYZ 17.24 22.2 30.98 -
YUV 120.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 71 140 147 0.52 0.05 0 0.42 185.53 0.35 0.43
Hex 47 8C 93 34 5 0 2A BA 23 2B
Octal 107 214 223 64 5 0 52 272 43 53
Binary 1000111 10001100 10010011 110100 101 0 101010 10111010 100011 101011

Color Harmonies of #478C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478C93

Black with #478C93

Text Example


Text Example

White with #478C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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