#478CC6

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

Shades of Curious Blue #478CC6

Tints of Curious Blue #478CC6

Color information

#478CC6 (or 0x478CC6) is unknown color: approx Curious Blue. HEX triplet: 47, 8C and C6. RGB value is (71,140,198). Sum of RGB (Red+Green+Blue) = 71+140+198=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #478CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CC6 is #B87339. Grayscale: #7D7D7D. Windows color (decimal): -12088122 or 13012039. OLE color: 13012039.

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

Color convert

RGB71140198-
CMYK0.640.2900.22
HSL207.4º52.7%52.75%-
HSV(B)207.4º64.14%77.65%-
XYZ22.1724.1756.92-
YUV125.98168.6488.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.36%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 198 (77.73% from 255) = 48.41%
R=17.36%
G=34.23%
B=48.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711401980.640.2900.22207.452.752.75
Hex478CC6401D016cf3535
Octal107214306100350263176565
Binary1000111100011001100011010000001110101011011001111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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