Html Css Color HEX #447BBF Steel Blue

📋 copy color: '#447BBF'

red 68 ◦ green 123 ◦ blue 191

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

Shades of Steel Blue #447BBF

Tints of Steel Blue #447BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 17.8%
G = 32.2%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#447BBF (or 0x447BBF) is known color: Steel Blue. HEX triplet: 44, 7B and BF. RGB value is (68,123,191). Sum of RGB (Red+Green+Blue) = 68+123+191=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #447BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBF is #BB8440. Grayscale: #717171. Windows color (decimal): -12289089 or 12548932. OLE color: 12548932.

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

Color convert

RGB 68 123 191 -
CMYK 0.64 0.36 0 0.25
HSL 213.17º 0.49% 0.51% -
HSV(B) 213.17º 0.64% 0.75% -
XYZ 18.87 19.16 51.99 -
YUV 114.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 68 123 191 0.64 0.36 0 0.25 213.17 0.49 0.51
Hex 44 7B BF 40 24 0 19 D5 31 33
Octal 104 173 277 100 44 0 31 325 61 63
Binary 1000100 1111011 10111111 1000000 100100 0 11001 11010101 110001 110011

Color Harmonies of #447BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BBF

Black with #447BBF

Text Example


Text Example

White with #447BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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