Html Css Color HEX #447BA4 Steel Blue

📋 copy color: '#447BA4'

red 68 ◦ green 123 ◦ blue 164

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

Shades of Steel Blue #447BA4

Tints of Steel Blue #447BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.2%

R = 19.15%
G = 34.65%
B = 46.2%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#447BA4 (or 0x447BA4) is known color: Steel Blue. HEX triplet: 44, 7B and A4. RGB value is (68,123,164). Sum of RGB (Red+Green+Blue) = 68+123+164=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #447BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447BA4 is #BB845B. Grayscale: #6F6F6F. Windows color (decimal): -12289116 or 10779460. OLE color: 10779460.

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

Color convert

RGB 68 123 164 -
CMYK 0.59 0.25 0 0.36
HSL 205.63º 0.41% 0.45% -
HSV(B) 205.63º 0.59% 0.64% -
XYZ 16.17 18.08 37.76 -
YUV 111.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 68 123 164 0.59 0.25 0 0.36 205.63 0.41 0.45
Hex 44 7B A4 3B 19 0 24 CE 29 2D
Octal 104 173 244 73 31 0 44 316 51 55
Binary 1000100 1111011 10100100 111011 11001 0 100100 11001110 101001 101101

Color Harmonies of #447BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BA4

Black with #447BA4

Text Example


Text Example

White with #447BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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