Html Css Color HEX #447BBB Steel Blue

📋 copy color: '#447BBB'

red 68 ◦ green 123 ◦ blue 187

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

Shades of Steel Blue #447BBB

Tints of Steel Blue #447BBB

RGB

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

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

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

R = 17.99%
G = 32.54%
B = 49.47%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#447BBB (or 0x447BBB) is known color: Steel Blue. HEX triplet: 44, 7B and BB. RGB value is (68,123,187). Sum of RGB (Red+Green+Blue) = 68+123+187=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #447BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBB is #BB8444. Grayscale: #717171. Windows color (decimal): -12289093 or 12286788. OLE color: 12286788.

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

Color convert

RGB 68 123 187 -
CMYK 0.64 0.34 0 0.27
HSL 212.27º 0.47% 0.5% -
HSV(B) 212.27º 0.64% 0.73% -
XYZ 18.44 18.98 49.71 -
YUV 113.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 68 123 187 0.64 0.34 0 0.27 212.27 0.47 0.5
Hex 44 7B BB 40 22 0 1B D4 2F 32
Octal 104 173 273 100 42 0 33 324 57 62
Binary 1000100 1111011 10111011 1000000 100010 0 11011 11010100 101111 110010

Color Harmonies of #447BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BBB

Black with #447BBB

Text Example


Text Example

White with #447BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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