Html Css Color HEX #447BA2 Steel Blue

📋 copy color: '#447BA2'

red 68 ◦ green 123 ◦ blue 162

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

Shades of Steel Blue #447BA2

Tints of Steel Blue #447BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.89%

R = 19.26%
G = 34.84%
B = 45.89%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#447BA2 (or 0x447BA2) is known color: Steel Blue. HEX triplet: 44, 7B and A2. RGB value is (68,123,162). Sum of RGB (Red+Green+Blue) = 68+123+162=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 162 - color contains mainly: blue. Hex color #447BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BA2 is #BB845D. Grayscale: #6E6E6E. Windows color (decimal): -12289118 or 10648388. OLE color: 10648388.

HSL color Cylindrical-coordinate representation of color #447BA2: hue angle of 204.89º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #447BA2 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 123 162 -
CMYK 0.58 0.24 0 0.36
HSL 204.89º 0.41% 0.45% -
HSV(B) 204.89º 0.58% 0.64% -
XYZ 15.99 18 36.81 -
YUV 111 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 68 123 162 0.58 0.24 0 0.36 204.89 0.41 0.45
Hex 44 7B A2 3A 18 0 24 CD 29 2D
Octal 104 173 242 72 30 0 44 315 51 55
Binary 1000100 1111011 10100010 111010 11000 0 100100 11001101 101001 101101

Color Harmonies of #447BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BA2

Black with #447BA2

Text Example


Text Example

White with #447BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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