#4379C4

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

Shades of Steel Blue #4379C4

Tints of Steel Blue #4379C4

Color information

#4379C4 (or 0x4379C4) is unknown color: approx Steel Blue. HEX triplet: 43, 79 and C4. RGB value is (67,121,196). Sum of RGB (Red+Green+Blue) = 67+121+196=384 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.45% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 196 (76.95% from 255 or 51.04% from 384); Max value from RGB is 196 - color contains mainly: blue. Hex color #4379C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4379C4 is #BC863B. Grayscale: #717171. Windows color (decimal): -12355132 or 12876099. OLE color: 12876099.

HSL color Cylindrical-coordinate representation of color #4379C4: hue angle of 214.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4379C4 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB67121196-
CMYK0.660.3800.23
HSL214.88º52.23%51.57%-
HSV(B)214.88º65.82%76.86%-
XYZ19.1218.8554.86-
YUV113.4174.6194.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.45%
GREEN value IS 121 (47.66% from 255) = 31.51%
BLUE value IS 196 (76.95% from 255) = 51.04%
R=17.45%
G=31.51%
B=51.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal671211960.660.3800.23214.8852.2351.57
Hex4379C44226017d73434
Octal103171304102460273276464
Binary1000011111100111000100100001010011001011111010111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4379C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4379C4; }

 p { color: rgb(67,121,196); }

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

<style>
 a { background-color: #4379C4; }

 a { background-color: rgb(67,121,196); }

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

<style>
 span { border-color: #4379C4; }

 span { border-color: rgb(67,121,196); }

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