Html Css Color HEX #4481AE Steel Blue

📋 copy color: '#4481AE'

red 68 ◦ green 129 ◦ blue 174

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

Shades of Steel Blue #4481AE

Tints of Steel Blue #4481AE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.77%

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

R = 18.33%
G = 34.77%
B = 46.9%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4481AE (or 0x4481AE) is known color: Steel Blue. HEX triplet: 44, 81 and AE. RGB value is (68,129,174). Sum of RGB (Red+Green+Blue) = 68+129+174=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #4481AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4481AE is #BB7E51. Grayscale: #737373. Windows color (decimal): -12287570 or 11436356. OLE color: 11436356.

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

Color convert

RGB 68 129 174 -
CMYK 0.61 0.26 0 0.32
HSL 205.47º 0.44% 0.47% -
HSV(B) 205.47º 0.61% 0.68% -
XYZ 17.87 19.99 42.96 -
YUV 115.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 68 129 174 0.61 0.26 0 0.32 205.47 0.44 0.47
Hex 44 81 AE 3D 1A 0 20 CD 2C 2F
Octal 104 201 256 75 32 0 40 315 54 57
Binary 1000100 10000001 10101110 111101 11010 0 100000 11001101 101100 101111

Color Harmonies of #4481AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4481AE

Black with #4481AE

Text Example


Text Example

White with #4481AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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