Html Css Color HEX #4478AC Steel Blue

📋 copy color: '#4478AC'

red 68 ◦ green 120 ◦ blue 172

#4478AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4478AC

Tints of Steel Blue #4478AC

RGB

 RED value IS 68 (26.95% from 255) = 18.89%

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 172 (67.58% from 255) = 47.78%

R = 18.89%
G = 33.33%
B = 47.78%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4478AC (or 0x4478AC) is known color: Steel Blue. HEX triplet: 44, 78 and AC. RGB value is (68,120,172). Sum of RGB (Red+Green+Blue) = 68+120+172=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #4478AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4478AC is #BB8753. Grayscale: #6E6E6E. Windows color (decimal): -12289876 or 11302980. OLE color: 11302980.

HSL color Cylindrical-coordinate representation of color #4478AC: hue angle of 210º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4478AC is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 120 172 -
CMYK 0.60 0.30 0 0.33
HSL 210º 0.43% 0.47% -
HSV(B) 210º 0.6% 0.67% -
XYZ 16.55 17.64 41.56 -
YUV 110.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 68 120 172 0.60 0.30 0 0.33 210 0.43 0.47
Hex 44 78 AC 3C 1E 0 21 D2 2B 2F
Octal 104 170 254 74 36 0 41 322 53 57
Binary 1000100 1111000 10101100 111100 11110 0 100001 11010010 101011 101111

Color Harmonies of #4478AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4478AC

Black with #4478AC

Text Example


Text Example

White with #4478AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4478AC; }

 p { color: rgb(68,120,172); }

 H1.HeaderClassName
 {
   color: #4478AC;
 }
 .AnyTagClassName
 {
   color: #4478AC;
 }
</style>

background-color css

<style>
 a { background-color: #4478AC; }

 a { background-color: rgb(68,120,172); }

 div.DivClassName
 {
   background-color: #4478AC;
 }
 .BgClassName
 {
   background-color: #4478AC;
 }
</style>

border-color css

<style>
 span { border-color: #4478AC; }

 span { border-color: rgb(68,120,172); }

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