Html Css Color HEX #447ABD Steel Blue

📋 copy color: '#447ABD'

red 68 ◦ green 122 ◦ blue 189

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

Shades of Steel Blue #447ABD

Tints of Steel Blue #447ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 17.94%
G = 32.19%
B = 49.87%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#447ABD (or 0x447ABD) is known color: Steel Blue. HEX triplet: 44, 7A and BD. RGB value is (68,122,189). Sum of RGB (Red+Green+Blue) = 68+122+189=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #447ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ABD is #BB8542. Grayscale: #717171. Windows color (decimal): -12289347 or 12417604. OLE color: 12417604.

HSL color Cylindrical-coordinate representation of color #447ABD: hue angle of 213.22º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447ABD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 122 189 -
CMYK 0.64 0.35 0 0.26
HSL 213.22º 0.48% 0.5% -
HSV(B) 213.22º 0.64% 0.74% -
XYZ 18.53 18.82 50.8 -
YUV 113.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 68 122 189 0.64 0.35 0 0.26 213.22 0.48 0.5
Hex 44 7A BD 40 23 0 1A D5 30 32
Octal 104 172 275 100 43 0 32 325 60 62
Binary 1000100 1111010 10111101 1000000 100011 0 11010 11010101 110000 110010

Color Harmonies of #447ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ABD

Black with #447ABD

Text Example


Text Example

White with #447ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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