Html Css Color HEX #447ABB Steel Blue

📋 copy color: '#447ABB'

red 68 ◦ green 122 ◦ blue 187

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

Shades of Steel Blue #447ABB

Tints of Steel Blue #447ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 18.04%
G = 32.36%
B = 49.6%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#447ABB (or 0x447ABB) is known color: Steel Blue. HEX triplet: 44, 7A and BB. RGB value is (68,122,187). Sum of RGB (Red+Green+Blue) = 68+122+187=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #447ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ABB is #BB8544. Grayscale: #707070. Windows color (decimal): -12289349 or 12286532. OLE color: 12286532.

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

Color convert

RGB 68 122 187 -
CMYK 0.64 0.35 0 0.27
HSL 212.77º 0.47% 0.5% -
HSV(B) 212.77º 0.64% 0.73% -
XYZ 18.31 18.74 49.66 -
YUV 113.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 68 122 187 0.64 0.35 0 0.27 212.77 0.47 0.5
Hex 44 7A BB 40 23 0 1B D5 2F 32
Octal 104 172 273 100 43 0 33 325 57 62
Binary 1000100 1111010 10111011 1000000 100011 0 11011 11010101 101111 110010

Color Harmonies of #447ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ABB

Black with #447ABB

Text Example


Text Example

White with #447ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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