Html Css Color HEX #4477BF Steel Blue

📋 copy color: '#4477BF'

red 68 ◦ green 119 ◦ blue 191

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

Shades of Steel Blue #4477BF

Tints of Steel Blue #4477BF

RGB

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

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

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

R = 17.99%
G = 31.48%
B = 50.53%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4477BF (or 0x4477BF) is known color: Steel Blue. HEX triplet: 44, 77 and BF. RGB value is (68,119,191). Sum of RGB (Red+Green+Blue) = 68+119+191=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #4477BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4477BF is #BB8840. Grayscale: #6F6F6F. Windows color (decimal): -12290113 or 12547908. OLE color: 12547908.

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

Color convert

RGB 68 119 191 -
CMYK 0.64 0.38 0 0.25
HSL 215.12º 0.49% 0.51% -
HSV(B) 215.12º 0.64% 0.75% -
XYZ 18.38 18.18 51.83 -
YUV 111.96 172.6 96.65 -
System Red Green Blue C M Y K H S L
Decimal 68 119 191 0.64 0.38 0 0.25 215.12 0.49 0.51
Hex 44 77 BF 40 26 0 19 D7 31 33
Octal 104 167 277 100 46 0 31 327 61 63
Binary 1000100 1110111 10111111 1000000 100110 0 11001 11010111 110001 110011

Color Harmonies of #4477BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4477BF

Black with #4477BF

Text Example


Text Example

White with #4477BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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