Html Css Color HEX #447AB5 Steel Blue

📋 copy color: '#447AB5'

red 68 ◦ green 122 ◦ blue 181

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

Shades of Steel Blue #447AB5

Tints of Steel Blue #447AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.79%

R = 18.33%
G = 32.88%
B = 48.79%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#447AB5 (or 0x447AB5) is known color: Steel Blue. HEX triplet: 44, 7A and B5. RGB value is (68,122,181). Sum of RGB (Red+Green+Blue) = 68+122+181=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #447AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AB5 is #BB854A. Grayscale: #707070. Windows color (decimal): -12289355 or 11893316. OLE color: 11893316.

HSL color Cylindrical-coordinate representation of color #447AB5: hue angle of 211.33º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447AB5 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 122 181 -
CMYK 0.62 0.33 0 0.29
HSL 211.33º 0.45% 0.49% -
HSV(B) 211.33º 0.62% 0.71% -
XYZ 17.68 18.48 46.35 -
YUV 112.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 68 122 181 0.62 0.33 0 0.29 211.33 0.45 0.49
Hex 44 7A B5 3E 21 0 1D D3 2D 31
Octal 104 172 265 76 41 0 35 323 55 61
Binary 1000100 1111010 10110101 111110 100001 0 11101 11010011 101101 110001

Color Harmonies of #447AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AB5

Black with #447AB5

Text Example


Text Example

White with #447AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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