Html Css Color HEX #4484AE Steel Blue

📋 copy color: '#4484AE'

red 68 ◦ green 132 ◦ blue 174

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

Shades of Steel Blue #4484AE

Tints of Steel Blue #4484AE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.29%

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

R = 18.18%
G = 35.29%
B = 46.52%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4484AE (or 0x4484AE) is known color: Steel Blue. HEX triplet: 44, 84 and AE. RGB value is (68,132,174). Sum of RGB (Red+Green+Blue) = 68+132+174=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #4484AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4484AE is #BB7B51. Grayscale: #757575. Windows color (decimal): -12286802 or 11437124. OLE color: 11437124.

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

Color convert

RGB 68 132 174 -
CMYK 0.61 0.24 0 0.32
HSL 203.77º 0.44% 0.47% -
HSV(B) 203.77º 0.61% 0.68% -
XYZ 18.28 20.79 43.09 -
YUV 117.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 68 132 174 0.61 0.24 0 0.32 203.77 0.44 0.47
Hex 44 84 AE 3D 18 0 20 CC 2C 2F
Octal 104 204 256 75 30 0 40 314 54 57
Binary 1000100 10000100 10101110 111101 11000 0 100000 11001100 101100 101111

Color Harmonies of #4484AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4484AE

Black with #4484AE

Text Example


Text Example

White with #4484AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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