#478FC8

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

Shades of Curious Blue #478FC8

Tints of Curious Blue #478FC8

Color information

#478FC8 (or 0x478FC8) is unknown color: approx Curious Blue. HEX triplet: 47, 8F and C8. RGB value is (71,143,200). Sum of RGB (Red+Green+Blue) = 71+143+200=414 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.15% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #478FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FC8 is #B87037. Grayscale: #7F7F7F. Windows color (decimal): -12087352 or 13143879. OLE color: 13143879.

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

Color convert

RGB71143200-
CMYK0.640.2800.22
HSL206.51º53.97%53.14%-
HSV(B)206.51º64.5%78.43%-
XYZ22.8525.1558.29-
YUV127.97168.6587.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.15%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 200 (78.52% from 255) = 48.31%
R=17.15%
G=34.54%
B=48.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711432000.640.2800.22206.5153.9753.14
Hex478FC8401C016cf3635
Octal107217310100340263176665
Binary1000111100011111100100010000001110001011011001111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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