#4475C1

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

Shades of Steel Blue #4475C1

Tints of Steel Blue #4475C1

Color information

#4475C1 (or 0x4475C1) is unknown color: approx Steel Blue. HEX triplet: 44, 75 and C1. RGB value is (68,117,193). Sum of RGB (Red+Green+Blue) = 68+117+193=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #4475C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4475C1 is #BB8A3E. Grayscale: #6E6E6E. Windows color (decimal): -12290623 or 12678468. OLE color: 12678468.

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

Color convert

RGB68117193-
CMYK0.650.3900.24
HSL216.48º50.2%51.18%-
HSV(B)216.48º64.77%75.69%-
XYZ18.3717.852.92-
YUV111.01174.2797.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=17.99%
G=30.95%
B=51.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681171930.650.3900.24216.4850.251.18
Hex4475C14127018d83233
Octal104165301101470303306263
Binary1000100111010111000001100000110011101100011011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4475C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,117,193); }

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

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

 a { background-color: rgb(68,117,193); }

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

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

 span { border-color: rgb(68,117,193); }

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