#478EBB

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

Shades of Curious Blue #478EBB

Tints of Curious Blue #478EBB

Color information

#478EBB (or 0x478EBB) is unknown color: approx Curious Blue. HEX triplet: 47, 8E and BB. RGB value is (71,142,187). Sum of RGB (Red+Green+Blue) = 71+142+187=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #478EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478EBB is #B87144. Grayscale: #7D7D7D. Windows color (decimal): -12087621 or 12291655. OLE color: 12291655.

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

Color convert

RGB71142187-
CMYK0.620.2400.27
HSL203.28º46.03%50.59%-
HSV(B)203.28º62.03%73.33%-
XYZ21.2424.2750.58-
YUV125.9162.4888.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.75%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=17.75%
G=35.5%
B=46.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711421870.620.2400.27203.2846.0350.59
Hex478EBB3E1801Bcb2e33
Octal10721627376300333135663
Binary100011110001110101110111111101100001101111001011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,142,187); }

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

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

 a { background-color: rgb(71,142,187); }

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

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

 span { border-color: rgb(71,142,187); }

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