Html Css Color HEX #4476AE Steel Blue

📋 copy color: '#4476AE'

red 68 ◦ green 118 ◦ blue 174

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

Shades of Steel Blue #4476AE

Tints of Steel Blue #4476AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

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

R = 18.89%
G = 32.78%
B = 48.33%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4476AE (or 0x4476AE) is known color: Steel Blue. HEX triplet: 44, 76 and AE. RGB value is (68,118,174). Sum of RGB (Red+Green+Blue) = 68+118+174=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #4476AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4476AE is #BB8951. Grayscale: #6D6D6D. Windows color (decimal): -12290386 or 11433540. OLE color: 11433540.

HSL color Cylindrical-coordinate representation of color #4476AE: hue angle of 211.7º 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 #4476AE is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 118 174 -
CMYK 0.61 0.32 0 0.32
HSL 211.7º 0.44% 0.47% -
HSV(B) 211.7º 0.61% 0.68% -
XYZ 16.5 17.24 42.5 -
YUV 109.43 164.44 98.45 -
System Red Green Blue C M Y K H S L
Decimal 68 118 174 0.61 0.32 0 0.32 211.7 0.44 0.47
Hex 44 76 AE 3D 20 0 20 D4 2C 2F
Octal 104 166 256 75 40 0 40 324 54 57
Binary 1000100 1110110 10101110 111101 100000 0 100000 11010100 101100 101111

Color Harmonies of #4476AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476AE

Black with #4476AE

Text Example


Text Example

White with #4476AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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