Html Css Color HEX #4477B9 Steel Blue

📋 copy color: '#4477B9'

red 68 ◦ green 119 ◦ blue 185

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

Shades of Steel Blue #4477B9

Tints of Steel Blue #4477B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.73%

R = 18.28%
G = 31.99%
B = 49.73%

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

#4477B9 (or 0x4477B9) is known color: Steel Blue. HEX triplet: 44, 77 and B9. RGB value is (68,119,185). Sum of RGB (Red+Green+Blue) = 68+119+185=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #4477B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4477B9 is #BB8846. Grayscale: #6E6E6E. Windows color (decimal): -12290119 or 12154692. OLE color: 12154692.

HSL color Cylindrical-coordinate representation of color #4477B9: hue angle of 213.85º 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 #4477B9 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 119 185 -
CMYK 0.63 0.36 0 0.27
HSL 213.85º 0.46% 0.5% -
HSV(B) 213.85º 0.63% 0.73% -
XYZ 17.74 17.93 48.42 -
YUV 111.28 169.6 97.13 -
System Red Green Blue C M Y K H S L
Decimal 68 119 185 0.63 0.36 0 0.27 213.85 0.46 0.5
Hex 44 77 B9 3F 24 0 1B D6 2E 32
Octal 104 167 271 77 44 0 33 326 56 62
Binary 1000100 1110111 10111001 111111 100100 0 11011 11010110 101110 110010

Color Harmonies of #4477B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4477B9

Black with #4477B9

Text Example


Text Example

White with #4477B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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