Html Css Color HEX #447AAC Steel Blue

📋 copy color: '#447AAC'

red 68 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #447AAC

Tints of Steel Blue #447AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.7%

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

R = 18.78%
G = 33.7%
B = 47.51%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#447AAC (or 0x447AAC) is known color: Steel Blue. HEX triplet: 44, 7A and AC. RGB value is (68,122,172). Sum of RGB (Red+Green+Blue) = 68+122+172=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #447AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AAC is #BB8553. Grayscale: #6F6F6F. Windows color (decimal): -12289364 or 11303492. OLE color: 11303492.

HSL color Cylindrical-coordinate representation of color #447AAC: hue angle of 208.85º 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 #447AAC is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 122 172 -
CMYK 0.60 0.29 0 0.33
HSL 208.85º 0.43% 0.47% -
HSV(B) 208.85º 0.6% 0.67% -
XYZ 16.79 18.13 41.64 -
YUV 111.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 68 122 172 0.60 0.29 0 0.33 208.85 0.43 0.47
Hex 44 7A AC 3C 1D 0 21 D1 2B 2F
Octal 104 172 254 74 35 0 41 321 53 57
Binary 1000100 1111010 10101100 111100 11101 0 100001 11010001 101011 101111

Color Harmonies of #447AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AAC

Black with #447AAC

Text Example


Text Example

White with #447AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447AAC; }

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

 H1.HeaderClassName
 {
   color: #447AAC;
 }
 .AnyTagClassName
 {
   color: #447AAC;
 }
</style>

background-color css

<style>
 a { background-color: #447AAC; }

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

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

border-color css

<style>
 span { border-color: #447AAC; }

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

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