#4279BB

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

Shades of Steel Blue #4279BB

Tints of Steel Blue #4279BB

Color information

#4279BB (or 0x4279BB) is unknown color: approx Steel Blue. HEX triplet: 42, 79 and BB. RGB value is (66,121,187). Sum of RGB (Red+Green+Blue) = 66+121+187=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #4279BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279BB is #BD8644. Grayscale: #6F6F6F. Windows color (decimal): -12420677 or 12286274. OLE color: 12286274.

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

Color convert

RGB66121187-
CMYK0.650.3500.27
HSL212.73º47.83%49.61%-
HSV(B)212.73º64.71%73.33%-
XYZ18.0518.4249.62-
YUV112.08170.2895.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.65%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 187 (73.44% from 255) = 50%
R=17.65%
G=32.35%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661211870.650.3500.27212.7347.8349.61
Hex4279BB412301Bd53032
Octal102171273101430333256062
Binary1000010111100110111011100000110001101101111010101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4279BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4279BB; }

 p { color: rgb(66,121,187); }

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

<style>
 a { background-color: #4279BB; }

 a { background-color: rgb(66,121,187); }

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

<style>
 span { border-color: #4279BB; }

 span { border-color: rgb(66,121,187); }

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