#478FC1

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

Shades of Curious Blue #478FC1

Tints of Curious Blue #478FC1

Color information

#478FC1 (or 0x478FC1) is unknown color: approx Curious Blue. HEX triplet: 47, 8F and C1. RGB value is (71,143,193). Sum of RGB (Red+Green+Blue) = 71+143+193=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #478FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FC1 is #B8703E. Grayscale: #7E7E7E. Windows color (decimal): -12087359 or 12685127. OLE color: 12685127.

HSL color Cylindrical-coordinate representation of color #478FC1: hue angle of 204.59º 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 #478FC1 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB71143193-
CMYK0.630.2600.24
HSL204.59º49.59%51.76%-
HSV(B)204.59º63.21%75.69%-
XYZ22.0524.8354.08-
YUV127.17165.1587.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.44%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=17.44%
G=35.14%
B=47.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711431930.630.2600.24204.5949.5951.76
Hex478FC13F1A018cd3234
Octal10721730177320303156264
Binary100011110001111110000011111111101001100011001101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,143,193); }

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

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

 a { background-color: rgb(71,143,193); }

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

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

 span { border-color: rgb(71,143,193); }

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