Html Css Color HEX #447AAF Steel Blue

📋 copy color: '#447AAF'

red 68 ◦ green 122 ◦ blue 175

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

Shades of Steel Blue #447AAF

Tints of Steel Blue #447AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 18.63%
G = 33.42%
B = 47.95%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#447AAF (or 0x447AAF) is known color: Steel Blue. HEX triplet: 44, 7A and AF. RGB value is (68,122,175). Sum of RGB (Red+Green+Blue) = 68+122+175=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #447AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447AAF is #BB8550. Grayscale: #6F6F6F. Windows color (decimal): -12289361 or 11500100. OLE color: 11500100.

HSL color Cylindrical-coordinate representation of color #447AAF: hue angle of 209.72º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #447AAF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 122 175 -
CMYK 0.61 0.30 0 0.31
HSL 209.72º 0.44% 0.48% -
HSV(B) 209.72º 0.61% 0.69% -
XYZ 17.08 18.24 43.18 -
YUV 111.9 163.61 96.69 -
System Red Green Blue C M Y K H S L
Decimal 68 122 175 0.61 0.30 0 0.31 209.72 0.44 0.48
Hex 44 7A AF 3D 1E 0 1F D2 2C 30
Octal 104 172 257 75 36 0 37 322 54 60
Binary 1000100 1111010 10101111 111101 11110 0 11111 11010010 101100 110000

Color Harmonies of #447AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AAF

Black with #447AAF

Text Example


Text Example

White with #447AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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