#478DC5

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

Shades of Curious Blue #478DC5

Tints of Curious Blue #478DC5

Color information

#478DC5 (or 0x478DC5) is unknown color: approx Curious Blue. HEX triplet: 47, 8D and C5. RGB value is (71,141,197). Sum of RGB (Red+Green+Blue) = 71+141+197=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #478DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DC5 is #B8723A. Grayscale: #7E7E7E. Windows color (decimal): -12087867 or 12946759. OLE color: 12946759.

HSL color Cylindrical-coordinate representation of color #478DC5: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478DC5 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB71141197-
CMYK0.640.2800.23
HSL206.67º52.07%52.55%-
HSV(B)206.67º63.96%77.25%-
XYZ22.224.4256.37-
YUV126.45167.8188.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.36%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 197 (77.34% from 255) = 48.17%
R=17.36%
G=34.47%
B=48.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711411970.640.2800.23206.6752.0752.55
Hex478DC5401C017cf3435
Octal107215305100340273176465
Binary1000111100011011100010110000001110001011111001111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,141,197); }

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

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

 a { background-color: rgb(71,141,197); }

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

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

 span { border-color: rgb(71,141,197); }

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