#478CBA

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

Shades of Curious Blue #478CBA

Tints of Curious Blue #478CBA

Color information

#478CBA (or 0x478CBA) is unknown color: approx Curious Blue. HEX triplet: 47, 8C and BA. RGB value is (71,140,186). Sum of RGB (Red+Green+Blue) = 71+140+186=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #478CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CBA is #B87345. Grayscale: #7C7C7C. Windows color (decimal): -12088134 or 12225607. OLE color: 12225607.

HSL color Cylindrical-coordinate representation of color #478CBA: hue angle of 204º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478CBA is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71140186-
CMYK0.620.2500.27
HSL204º45.45%50.39%-
HSV(B)204º61.83%72.94%-
XYZ20.8423.6449.92-
YUV124.61162.6489.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=17.88%
G=35.26%
B=46.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711401860.620.2500.2720445.4550.39
Hex478CBA3E1901Bcc2d32
Octal10721427276310333145562
Binary100011110001100101110101111101100101101111001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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