Html Css Color HEX #4474AE Steel Blue

📋 copy color: '#4474AE'

red 68 ◦ green 116 ◦ blue 174

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

Shades of Steel Blue #4474AE

Tints of Steel Blue #4474AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 18.99%
G = 32.4%
B = 48.6%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4474AE (or 0x4474AE) is known color: Steel Blue. HEX triplet: 44, 74 and AE. RGB value is (68,116,174). Sum of RGB (Red+Green+Blue) = 68+116+174=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #4474AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4474AE is #BB8B51. Grayscale: #6B6B6B. Windows color (decimal): -12290898 or 11433028. OLE color: 11433028.

HSL color Cylindrical-coordinate representation of color #4474AE: hue angle of 212.83º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4474AE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 116 174 -
CMYK 0.61 0.33 0 0.32
HSL 212.83º 0.44% 0.47% -
HSV(B) 212.83º 0.61% 0.68% -
XYZ 16.27 16.78 42.42 -
YUV 108.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 68 116 174 0.61 0.33 0 0.32 212.83 0.44 0.47
Hex 44 74 AE 3D 21 0 20 D5 2C 2F
Octal 104 164 256 75 41 0 40 325 54 57
Binary 1000100 1110100 10101110 111101 100001 0 100000 11010101 101100 101111

Color Harmonies of #4474AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4474AE

Black with #4474AE

Text Example


Text Example

White with #4474AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4474AE; }

 p { color: rgb(68,116,174); }

 H1.HeaderClassName
 {
   color: #4474AE;
 }
 .AnyTagClassName
 {
   color: #4474AE;
 }
</style>

background-color css

<style>
 a { background-color: #4474AE; }

 a { background-color: rgb(68,116,174); }

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

border-color css

<style>
 span { border-color: #4474AE; }

 span { border-color: rgb(68,116,174); }

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