Html Css Color HEX #447CBF Steel Blue

📋 copy color: '#447CBF'

red 68 ◦ green 124 ◦ blue 191

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

Shades of Steel Blue #447CBF

Tints of Steel Blue #447CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

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

R = 17.75%
G = 32.38%
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

#447CBF (or 0x447CBF) is known color: Steel Blue. HEX triplet: 44, 7C and BF. RGB value is (68,124,191). Sum of RGB (Red+Green+Blue) = 68+124+191=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #447CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447CBF is #BB8340. Grayscale: #727272. Windows color (decimal): -12288833 or 12549188. OLE color: 12549188.

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

Color convert

RGB 68 124 191 -
CMYK 0.64 0.35 0 0.25
HSL 212.68º 0.49% 0.51% -
HSV(B) 212.68º 0.64% 0.75% -
XYZ 19 19.41 52.03 -
YUV 114.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 68 124 191 0.64 0.35 0 0.25 212.68 0.49 0.51
Hex 44 7C BF 40 23 0 19 D5 31 33
Octal 104 174 277 100 43 0 31 325 61 63
Binary 1000100 1111100 10111111 1000000 100011 0 11001 11010101 110001 110011

Color Harmonies of #447CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447CBF

Black with #447CBF

Text Example


Text Example

White with #447CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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