Html Css Color HEX #478F8E Blue Chill

📋 copy color: '#478F8E'

red 71 ◦ green 143 ◦ blue 142

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

Shades of Blue Chill #478F8E

Tints of Blue Chill #478F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

 BLUE value IS 142 (55.86% from 255) = 39.89%

R = 19.94%
G = 40.17%
B = 39.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#478F8E (or 0x478F8E) is known color: Blue Chill. HEX triplet: 47, 8F and 8E. RGB value is (71,143,142). Sum of RGB (Red+Green+Blue) = 71+143+142=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #478F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478F8E is #B87071. Grayscale: #797979. Windows color (decimal): -12087410 or 9342791. OLE color: 9342791.

HSL color Cylindrical-coordinate representation of color #478F8E: hue angle of 179.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478F8E is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 143 142 -
CMYK 0.50 0 0.01 0.44
HSL 179.17º 0.34% 0.42% -
HSV(B) 179.17º 0.5% 0.56% -
XYZ 17.3 22.94 29.11 -
YUV 121.36 139.65 92.08 -
System Red Green Blue C M Y K H S L
Decimal 71 143 142 0.50 0 0.01 0.44 179.17 0.34 0.42
Hex 47 8F 8E 32 0 1 2C B3 22 2A
Octal 107 217 216 62 0 1 54 263 42 52
Binary 1000111 10001111 10001110 110010 0 1 101100 10110011 100010 101010

Color Harmonies of #478F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478F8E

Black with #478F8E

Text Example


Text Example

White with #478F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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