Html Css Color HEX #4482AC Steel Blue

📋 copy color: '#4482AC'

red 68 ◦ green 130 ◦ blue 172

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

Shades of Steel Blue #4482AC

Tints of Steel Blue #4482AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 18.38%
G = 35.14%
B = 46.49%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4482AC (or 0x4482AC) is known color: Steel Blue. HEX triplet: 44, 82 and AC. RGB value is (68,130,172). Sum of RGB (Red+Green+Blue) = 68+130+172=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #4482AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4482AC is #BB7D53. Grayscale: #747474. Windows color (decimal): -12287316 or 11305540. OLE color: 11305540.

HSL color Cylindrical-coordinate representation of color #4482AC: hue angle of 204.23º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4482AC is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 130 172 -
CMYK 0.60 0.24 0 0.33
HSL 204.23º 0.43% 0.47% -
HSV(B) 204.23º 0.6% 0.67% -
XYZ 17.81 20.17 41.98 -
YUV 116.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 68 130 172 0.60 0.24 0 0.33 204.23 0.43 0.47
Hex 44 82 AC 3C 18 0 21 CC 2B 2F
Octal 104 202 254 74 30 0 41 314 53 57
Binary 1000100 10000010 10101100 111100 11000 0 100001 11001100 101011 101111

Color Harmonies of #4482AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4482AC

Black with #4482AC

Text Example


Text Example

White with #4482AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4482AC; }

 p { color: rgb(68,130,172); }

 H1.HeaderClassName
 {
   color: #4482AC;
 }
 .AnyTagClassName
 {
   color: #4482AC;
 }
</style>

background-color css

<style>
 a { background-color: #4482AC; }

 a { background-color: rgb(68,130,172); }

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

border-color css

<style>
 span { border-color: #4482AC; }

 span { border-color: rgb(68,130,172); }

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