#478CBE

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

Shades of Curious Blue #478CBE

Tints of Curious Blue #478CBE

Color information

#478CBE (or 0x478CBE) is unknown color: approx Curious Blue. HEX triplet: 47, 8C and BE. RGB value is (71,140,190). Sum of RGB (Red+Green+Blue) = 71+140+190=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #478CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478CBE is #B87341. Grayscale: #7C7C7C. Windows color (decimal): -12088130 or 12487751. OLE color: 12487751.

HSL color Cylindrical-coordinate representation of color #478CBE: hue angle of 205.21º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #478CBE is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71140190-
CMYK0.630.2600.25
HSL205.21º47.79%51.18%-
HSV(B)205.21º62.63%74.51%-
XYZ21.2723.8152.19-
YUV125.07164.6489.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.71%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=17.71%
G=34.91%
B=47.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711401900.630.2600.25205.2147.7951.18
Hex478CBE3F1A019cd3033
Octal10721427677320313156063
Binary100011110001100101111101111111101001100111001101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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