Html Css Color HEX #4477AE Steel Blue

📋 copy color: '#4477AE'

red 68 ◦ green 119 ◦ blue 174

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

Shades of Steel Blue #4477AE

Tints of Steel Blue #4477AE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 18.84%
G = 32.96%
B = 48.2%

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

#4477AE (or 0x4477AE) is known color: Steel Blue. HEX triplet: 44, 77 and AE. RGB value is (68,119,174). Sum of RGB (Red+Green+Blue) = 68+119+174=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #4477AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4477AE is #BB8851. Grayscale: #6D6D6D. Windows color (decimal): -12290130 or 11433796. OLE color: 11433796.

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

Color convert

RGB 68 119 174 -
CMYK 0.61 0.32 0 0.32
HSL 211.13º 0.44% 0.47% -
HSV(B) 211.13º 0.61% 0.68% -
XYZ 16.62 17.48 42.54 -
YUV 110.02 164.1 98.03 -
System Red Green Blue C M Y K H S L
Decimal 68 119 174 0.61 0.32 0 0.32 211.13 0.44 0.47
Hex 44 77 AE 3D 20 0 20 D3 2C 2F
Octal 104 167 256 75 40 0 40 323 54 57
Binary 1000100 1110111 10101110 111101 100000 0 100000 11010011 101100 101111

Color Harmonies of #4477AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4477AE

Black with #4477AE

Text Example


Text Example

White with #4477AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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