#478EC8

Color #478EC8 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #478EC8

Tints of Curious Blue #478EC8

Color information

#478EC8 (or 0x478EC8) is unknown color: approx Curious Blue. HEX triplet: 47, 8E and C8. RGB value is (71,142,200). Sum of RGB (Red+Green+Blue) = 71+142+200=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #478EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EC8 is #B87137. Grayscale: #7F7F7F. Windows color (decimal): -12087608 or 13143623. OLE color: 13143623.

HSL color Cylindrical-coordinate representation of color #478EC8: hue angle of 206.98º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478EC8 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB71142200-
CMYK0.640.2900.22
HSL206.98º53.97%53.14%-
HSV(B)206.98º64.5%78.43%-
XYZ22.724.8658.24-
YUV127.38168.9887.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.19%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 200 (78.52% from 255) = 48.43%
R=17.19%
G=34.38%
B=48.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711422000.640.2900.22206.9853.9753.14
Hex478EC8401D016cf3635
Octal107216310100350263176665
Binary1000111100011101100100010000001110101011011001111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #478EC8;
 }
 .AnyTagClassName
 {
   color: #478EC8;
 }
</style>
background-color css

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

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

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

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

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

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