Html Css Color HEX #447FBC Steel Blue

📋 copy color: '#447FBC'

red 68 ◦ green 127 ◦ blue 188

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

Shades of Steel Blue #447FBC

Tints of Steel Blue #447FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 17.75%
G = 33.16%
B = 49.09%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#447FBC (or 0x447FBC) is known color: Steel Blue. HEX triplet: 44, 7F and BC. RGB value is (68,127,188). Sum of RGB (Red+Green+Blue) = 68+127+188=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #447FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447FBC is #BB8043. Grayscale: #747474. Windows color (decimal): -12288068 or 12353348. OLE color: 12353348.

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

Color convert

RGB 68 127 188 -
CMYK 0.64 0.32 0 0.26
HSL 210.5º 0.47% 0.5% -
HSV(B) 210.5º 0.64% 0.74% -
XYZ 19.05 20.04 50.44 -
YUV 116.31 168.45 93.54 -
System Red Green Blue C M Y K H S L
Decimal 68 127 188 0.64 0.32 0 0.26 210.5 0.47 0.5
Hex 44 7F BC 40 20 0 1A D2 2F 32
Octal 104 177 274 100 40 0 32 322 57 62
Binary 1000100 1111111 10111100 1000000 100000 0 11010 11010010 101111 110010

Color Harmonies of #447FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447FBC

Black with #447FBC

Text Example


Text Example

White with #447FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,127,188); }

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

background-color css

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

 a { background-color: rgb(68,127,188); }

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

border-color css

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

 span { border-color: rgb(68,127,188); }

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