#427CBA

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

Shades of Steel Blue #427CBA

Tints of Steel Blue #427CBA

Color information

#427CBA (or 0x427CBA) is unknown color: approx Steel Blue. HEX triplet: 42, 7C and BA. RGB value is (66,124,186). Sum of RGB (Red+Green+Blue) = 66+124+186=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #427CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CBA is #BD8345. Grayscale: #717171. Windows color (decimal): -12419910 or 12221506. OLE color: 12221506.

HSL color Cylindrical-coordinate representation of color #427CBA: hue angle of 211º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427CBA is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66124186-
CMYK0.650.3300.27
HSL211º47.62%49.41%-
HSV(B)211º64.52%72.94%-
XYZ18.3219.1249.18-
YUV113.73168.7893.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.55%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 186 (73.05% from 255) = 49.47%
R=17.55%
G=32.98%
B=49.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661241860.650.3300.2721147.6249.41
Hex427CBA412101Bd33031
Octal102174272101410333236061
Binary1000010111110010111010100000110000101101111010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,186); }

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

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

 a { background-color: rgb(66,124,186); }

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

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

 span { border-color: rgb(66,124,186); }

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