Html Css Color HEX #4477BC Steel Blue

📋 copy color: '#4477BC'

red 68 ◦ green 119 ◦ blue 188

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

Shades of Steel Blue #4477BC

Tints of Steel Blue #4477BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 18.13%
G = 31.73%
B = 50.13%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4477BC (or 0x4477BC) is known color: Steel Blue. HEX triplet: 44, 77 and BC. RGB value is (68,119,188). Sum of RGB (Red+Green+Blue) = 68+119+188=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #4477BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4477BC is #BB8843. Grayscale: #6F6F6F. Windows color (decimal): -12290116 or 12351300. OLE color: 12351300.

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

Color convert

RGB 68 119 188 -
CMYK 0.64 0.37 0 0.26
HSL 214.5º 0.47% 0.5% -
HSV(B) 214.5º 0.64% 0.74% -
XYZ 18.06 18.05 50.11 -
YUV 111.62 171.1 96.89 -
System Red Green Blue C M Y K H S L
Decimal 68 119 188 0.64 0.37 0 0.26 214.5 0.47 0.5
Hex 44 77 BC 40 25 0 1A D6 2F 32
Octal 104 167 274 100 45 0 32 326 57 62
Binary 1000100 1110111 10111100 1000000 100101 0 11010 11010110 101111 110010

Color Harmonies of #4477BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4477BC

Black with #4477BC

Text Example


Text Example

White with #4477BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4477BC; }

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

 H1.HeaderClassName
 {
   color: #4477BC;
 }
 .AnyTagClassName
 {
   color: #4477BC;
 }
</style>

background-color css

<style>
 a { background-color: #4477BC; }

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

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

border-color css

<style>
 span { border-color: #4477BC; }

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

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