#478CC8

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

Shades of Curious Blue #478CC8

Tints of Curious Blue #478CC8

Color information

#478CC8 (or 0x478CC8) is unknown color: approx Curious Blue. HEX triplet: 47, 8C and C8. RGB value is (71,140,200). Sum of RGB (Red+Green+Blue) = 71+140+200=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #478CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CC8 is #B87337. Grayscale: #7D7D7D. Windows color (decimal): -12088120 or 13143111. OLE color: 13143111.

HSL color Cylindrical-coordinate representation of color #478CC8: hue angle of 207.91º 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 #478CC8 is Cyan = 0.64, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB71140200-
CMYK0.640.300.22
HSL207.91º53.97%53.14%-
HSV(B)207.91º64.5%78.43%-
XYZ22.424.2758.15-
YUV126.21169.6488.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.27%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=17.27%
G=34.06%
B=48.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711402000.640.300.22207.9153.9753.14
Hex478CC8401E016d03635
Octal107214310100360263206665
Binary1000111100011001100100010000001111001011011010000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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