Html Css Color HEX #447BBE Steel Blue

📋 copy color: '#447BBE'

red 68 ◦ green 123 ◦ blue 190

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

Shades of Steel Blue #447BBE

Tints of Steel Blue #447BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 17.85%
G = 32.28%
B = 49.87%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#447BBE (or 0x447BBE) is known color: Steel Blue. HEX triplet: 44, 7B and BE. RGB value is (68,123,190). Sum of RGB (Red+Green+Blue) = 68+123+190=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #447BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBE is #BB8441. Grayscale: #717171. Windows color (decimal): -12289090 or 12483396. OLE color: 12483396.

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

Color convert

RGB 68 123 190 -
CMYK 0.64 0.35 0 0.25
HSL 212.95º 0.48% 0.51% -
HSV(B) 212.95º 0.64% 0.75% -
XYZ 18.76 19.11 51.42 -
YUV 114.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 68 123 190 0.64 0.35 0 0.25 212.95 0.48 0.51
Hex 44 7B BE 40 23 0 19 D5 30 33
Octal 104 173 276 100 43 0 31 325 60 63
Binary 1000100 1111011 10111110 1000000 100011 0 11001 11010101 110000 110011

Color Harmonies of #447BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BBE

Black with #447BBE

Text Example


Text Example

White with #447BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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