#478AC6

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

Shades of Curious Blue #478AC6

Tints of Curious Blue #478AC6

Color information

#478AC6 (or 0x478AC6) is unknown color: approx Curious Blue. HEX triplet: 47, 8A and C6. RGB value is (71,138,198). Sum of RGB (Red+Green+Blue) = 71+138+198=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #478AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478AC6 is #B87539. Grayscale: #7C7C7C. Windows color (decimal): -12088634 or 13011527. OLE color: 13011527.

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

Color convert

RGB71138198-
CMYK0.640.3000.22
HSL208.35º52.7%52.75%-
HSV(B)208.35º64.14%77.65%-
XYZ21.8823.5956.83-
YUV124.81169.389.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.44%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=17.44%
G=33.91%
B=48.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711381980.640.3000.22208.3552.752.75
Hex478AC6401E016d03535
Octal107212306100360263206565
Binary1000111100010101100011010000001111001011011010000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,138,198); }

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

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

 a { background-color: rgb(71,138,198); }

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

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

 span { border-color: rgb(71,138,198); }

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