Html Css Color HEX #447BBC Steel Blue

📋 copy color: '#447BBC'

red 68 ◦ green 123 ◦ blue 188

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

Shades of Steel Blue #447BBC

Tints of Steel Blue #447BBC

RGB

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

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

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

R = 17.94%
G = 32.45%
B = 49.6%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#447BBC (or 0x447BBC) is known color: Steel Blue. HEX triplet: 44, 7B and BC. RGB value is (68,123,188). Sum of RGB (Red+Green+Blue) = 68+123+188=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #447BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBC is #BB8443. Grayscale: #717171. Windows color (decimal): -12289092 or 12352324. OLE color: 12352324.

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

Color convert

RGB 68 123 188 -
CMYK 0.64 0.35 0 0.26
HSL 212.5º 0.47% 0.5% -
HSV(B) 212.5º 0.64% 0.74% -
XYZ 18.54 19.03 50.27 -
YUV 113.97 169.78 95.21 -
System Red Green Blue C M Y K H S L
Decimal 68 123 188 0.64 0.35 0 0.26 212.5 0.47 0.5
Hex 44 7B BC 40 23 0 1A D4 2F 32
Octal 104 173 274 100 43 0 32 324 57 62
Binary 1000100 1111011 10111100 1000000 100011 0 11010 11010100 101111 110010

Color Harmonies of #447BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447BBC

Black with #447BBC

Text Example


Text Example

White with #447BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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