#427BA5

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

Shades of Steel Blue #427BA5

Tints of Steel Blue #427BA5

Color information

#427BA5 (or 0x427BA5) is unknown color: approx Steel Blue. HEX triplet: 42, 7B and A5. RGB value is (66,123,165). Sum of RGB (Red+Green+Blue) = 66+123+165=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #427BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BA5 is #BD845A. Grayscale: #6E6E6E. Windows color (decimal): -12420187 or 10844994. OLE color: 10844994.

HSL color Cylindrical-coordinate representation of color #427BA5: hue angle of 205.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427BA5 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB66123165-
CMYK0.600.2500.35
HSL205.45º42.86%45.29%-
HSV(B)205.45º60%64.71%-
XYZ16.1218.0438.23-
YUV110.74158.6296.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.64%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 165 (64.84% from 255) = 46.61%
R=18.64%
G=34.75%
B=46.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661231650.600.2500.35205.4542.8645.29
Hex427BA53C19023cd2b2d
Octal10217324574310433155355
Binary100001011110111010010111110011001010001111001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,123,165); }

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

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

 a { background-color: rgb(66,123,165); }

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

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

 span { border-color: rgb(66,123,165); }

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