Html Css Color HEX #4477BA Steel Blue

📋 copy color: '#4477BA'

red 68 ◦ green 119 ◦ blue 186

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

Shades of Steel Blue #4477BA

Tints of Steel Blue #4477BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 18.23%
G = 31.9%
B = 49.87%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4477BA (or 0x4477BA) is known color: Steel Blue. HEX triplet: 44, 77 and BA. RGB value is (68,119,186). Sum of RGB (Red+Green+Blue) = 68+119+186=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4477BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4477BA is #BB8845. Grayscale: #6F6F6F. Windows color (decimal): -12290118 or 12220228. OLE color: 12220228.

HSL color Cylindrical-coordinate representation of color #4477BA: hue angle of 214.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4477BA is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 119 186 -
CMYK 0.63 0.36 0 0.27
HSL 214.07º 0.46% 0.5% -
HSV(B) 214.07º 0.63% 0.73% -
XYZ 17.84 17.97 48.98 -
YUV 111.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 68 119 186 0.63 0.36 0 0.27 214.07 0.46 0.5
Hex 44 77 BA 3F 24 0 1B D6 2E 32
Octal 104 167 272 77 44 0 33 326 56 62
Binary 1000100 1110111 10111010 111111 100100 0 11011 11010110 101110 110010

Color Harmonies of #4477BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4477BA

Black with #4477BA

Text Example


Text Example

White with #4477BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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