Html Css Color HEX #447AB3 Steel Blue

📋 copy color: '#447AB3'

red 68 ◦ green 122 ◦ blue 179

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

Shades of Steel Blue #447AB3

Tints of Steel Blue #447AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.51%

R = 18.43%
G = 33.06%
B = 48.51%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#447AB3 (or 0x447AB3) is known color: Steel Blue. HEX triplet: 44, 7A and B3. RGB value is (68,122,179). Sum of RGB (Red+Green+Blue) = 68+122+179=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #447AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447AB3 is #BB854C. Grayscale: #707070. Windows color (decimal): -12289357 or 11762244. OLE color: 11762244.

HSL color Cylindrical-coordinate representation of color #447AB3: hue angle of 210.81º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447AB3 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 122 179 -
CMYK 0.62 0.32 0 0.30
HSL 210.81º 0.45% 0.48% -
HSV(B) 210.81º 0.62% 0.7% -
XYZ 17.48 18.4 45.28 -
YUV 112.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 68 122 179 0.62 0.32 0 0.30 210.81 0.45 0.48
Hex 44 7A B3 3E 20 0 1E D3 2D 30
Octal 104 172 263 76 40 0 36 323 55 60
Binary 1000100 1111010 10110011 111110 100000 0 11110 11010011 101101 110000

Color Harmonies of #447AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447AB3

Black with #447AB3

Text Example


Text Example

White with #447AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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