#478CC5

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

Shades of Curious Blue #478CC5

Tints of Curious Blue #478CC5

Color information

#478CC5 (or 0x478CC5) is unknown color: approx Curious Blue. HEX triplet: 47, 8C and C5. RGB value is (71,140,197). Sum of RGB (Red+Green+Blue) = 71+140+197=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #478CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CC5 is #B8733A. Grayscale: #7D7D7D. Windows color (decimal): -12088123 or 12946503. OLE color: 12946503.

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

Color convert

RGB71140197-
CMYK0.640.2900.23
HSL207.14º52.07%52.55%-
HSV(B)207.14º63.96%77.25%-
XYZ22.0524.1356.32-
YUV125.87168.1488.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.40%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 197 (77.34% from 255) = 48.28%
R=17.40%
G=34.31%
B=48.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711401970.640.2900.23207.1452.0752.55
Hex478CC5401D017cf3435
Octal107214305100350273176465
Binary1000111100011001100010110000001110101011111001111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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