#4678C1

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

Shades of Steel Blue #4678C1

Tints of Steel Blue #4678C1

Color information

#4678C1 (or 0x4678C1) is unknown color: approx Steel Blue. HEX triplet: 46, 78 and C1. RGB value is (70,120,193). Sum of RGB (Red+Green+Blue) = 70+120+193=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #4678C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4678C1 is #B9873E. Grayscale: #717171. Windows color (decimal): -12158783 or 12679238. OLE color: 12679238.

HSL color Cylindrical-coordinate representation of color #4678C1: hue angle of 215.61º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4678C1 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB70120193-
CMYK0.640.3800.24
HSL215.61º49.8%51.57%-
HSV(B)215.61º63.73%75.69%-
XYZ18.8718.5953.04-
YUV113.37172.9497.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=18.28%
G=31.33%
B=50.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701201930.640.3800.24215.6149.851.57
Hex4678C14026018d83234
Octal106170301100460303306264
Binary1000110111100011000001100000010011001100011011000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4678C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4678C1; }

 p { color: rgb(70,120,193); }

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

<style>
 a { background-color: #4678C1; }

 a { background-color: rgb(70,120,193); }

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

<style>
 span { border-color: #4678C1; }

 span { border-color: rgb(70,120,193); }

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