Html Css Color HEX #447BBA Steel Blue

📋 copy color: '#447BBA'

red 68 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #447BBA

Tints of Steel Blue #447BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 18.04%
G = 32.63%
B = 49.34%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#447BBA (or 0x447BBA) is known color: Steel Blue. HEX triplet: 44, 7B and BA. RGB value is (68,123,186). Sum of RGB (Red+Green+Blue) = 68+123+186=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #447BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBA is #BB8445. Grayscale: #717171. Windows color (decimal): -12289094 or 12221252. OLE color: 12221252.

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

Color convert

RGB 68 123 186 -
CMYK 0.63 0.34 0 0.27
HSL 212.03º 0.46% 0.5% -
HSV(B) 212.03º 0.63% 0.73% -
XYZ 18.33 18.94 49.14 -
YUV 113.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 68 123 186 0.63 0.34 0 0.27 212.03 0.46 0.5
Hex 44 7B BA 3F 22 0 1B D4 2E 32
Octal 104 173 272 77 42 0 33 324 56 62
Binary 1000100 1111011 10111010 111111 100010 0 11011 11010100 101110 110010

Color Harmonies of #447BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BBA

Black with #447BBA

Text Example


Text Example

White with #447BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,123,186); }

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

background-color css

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

 a { background-color: rgb(68,123,186); }

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

border-color css

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

 span { border-color: rgb(68,123,186); }

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