Html Css Color HEX #447AB9 Steel Blue

📋 copy color: '#447AB9'

red 68 ◦ green 122 ◦ blue 185

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

Shades of Steel Blue #447AB9

Tints of Steel Blue #447AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.33%

R = 18.13%
G = 32.53%
B = 49.33%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#447AB9 (or 0x447AB9) is known color: Steel Blue. HEX triplet: 44, 7A and B9. RGB value is (68,122,185). Sum of RGB (Red+Green+Blue) = 68+122+185=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #447AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AB9 is #BB8546. Grayscale: #707070. Windows color (decimal): -12289351 or 12155460. OLE color: 12155460.

HSL color Cylindrical-coordinate representation of color #447AB9: hue angle of 212.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #447AB9 is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 122 185 -
CMYK 0.63 0.34 0 0.27
HSL 212.31º 0.46% 0.5% -
HSV(B) 212.31º 0.63% 0.73% -
XYZ 18.1 18.65 48.54 -
YUV 113.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 68 122 185 0.63 0.34 0 0.27 212.31 0.46 0.5
Hex 44 7A B9 3F 22 0 1B D4 2E 32
Octal 104 172 271 77 42 0 33 324 56 62
Binary 1000100 1111010 10111001 111111 100010 0 11011 11010100 101110 110010

Color Harmonies of #447AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AB9

Black with #447AB9

Text Example


Text Example

White with #447AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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