#478CC2

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

Shades of Curious Blue #478CC2

Tints of Curious Blue #478CC2

Color information

#478CC2 (or 0x478CC2) is unknown color: approx Curious Blue. HEX triplet: 47, 8C and C2. RGB value is (71,140,194). Sum of RGB (Red+Green+Blue) = 71+140+194=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #478CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CC2 is #B8733D. Grayscale: #7D7D7D. Windows color (decimal): -12088126 or 12749895. OLE color: 12749895.

HSL color Cylindrical-coordinate representation of color #478CC2: hue angle of 206.34º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #478CC2 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB71140194-
CMYK0.630.2800.24
HSL206.34º50.2%51.96%-
HSV(B)206.34º63.4%76.08%-
XYZ21.7123.9954.53-
YUV125.52166.6489.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.53%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=17.53%
G=34.57%
B=47.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711401940.630.2800.24206.3450.251.96
Hex478CC23F1C018ce3234
Octal10721430277340303166264
Binary100011110001100110000101111111110001100011001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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