#4f8abc

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

Shades of Steel Blue #4F8ABC

Tints of Steel Blue #4F8ABC

Color information

#4F8ABC (or 0x4F8ABC) is unknown color: approx Steel Blue. HEX triplet: 4F, 8A and BC. RGB value is (79,138,188). Sum of RGB (Red+Green+Blue) = 79+138+188=405 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.51% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F8ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8ABC is #B07543. Grayscale: #7D7D7D. Windows color (decimal): -11564356 or 12356175. OLE color: 12356175.

HSL color Cylindrical-coordinate representation of color #4F8ABC: hue angle of 207.52º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F8ABC is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB79138188-
CMYK0.580.2700.26
HSL207.52º44.86%52.35%-
HSV(B)207.52º57.98%73.73%-
XYZ21.3923.4750.98-
YUV126.06162.9594.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.51%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=19.51%
G=34.07%
B=46.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791381880.580.2700.26207.5244.8652.35
Hex4F8ABC3A1B01Ad02d34
Octal11721227472330323205564
Binary100111110001010101111001110101101101101011010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f8abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4f8abc; }

 p { color: rgb(79,138,188); }

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

<style>
 a { background-color: #4f8abc; }

 a { background-color: rgb(79,138,188); }

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

<style>
 span { border-color: #4f8abc; }

 span { border-color: rgb(79,138,188); }

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