Html Css Color HEX #447BBD Steel Blue

📋 copy color: '#447BBD'

red 68 ◦ green 123 ◦ blue 189

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

Shades of Steel Blue #447BBD

Tints of Steel Blue #447BBD

RGB

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

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

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

R = 17.89%
G = 32.37%
B = 49.74%

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

#447BBD (or 0x447BBD) is known color: Steel Blue. HEX triplet: 44, 7B and BD. RGB value is (68,123,189). Sum of RGB (Red+Green+Blue) = 68+123+189=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #447BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBD is #BB8442. Grayscale: #717171. Windows color (decimal): -12289091 or 12417860. OLE color: 12417860.

HSL color Cylindrical-coordinate representation of color #447BBD: hue angle of 212.73º 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 #447BBD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 123 189 -
CMYK 0.64 0.35 0 0.26
HSL 212.73º 0.48% 0.5% -
HSV(B) 212.73º 0.64% 0.74% -
XYZ 18.65 19.07 50.84 -
YUV 114.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 68 123 189 0.64 0.35 0 0.26 212.73 0.48 0.5
Hex 44 7B BD 40 23 0 1A D5 30 32
Octal 104 173 275 100 43 0 32 325 60 62
Binary 1000100 1111011 10111101 1000000 100011 0 11010 11010101 110000 110010

Color Harmonies of #447BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BBD

Black with #447BBD

Text Example


Text Example

White with #447BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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