Html Css Color HEX #4480BD Steel Blue

📋 copy color: '#4480BD'

red 68 ◦ green 128 ◦ blue 189

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

Shades of Steel Blue #4480BD

Tints of Steel Blue #4480BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 17.66%
G = 33.25%
B = 49.09%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4480BD (or 0x4480BD) is known color: Steel Blue. HEX triplet: 44, 80 and BD. RGB value is (68,128,189). Sum of RGB (Red+Green+Blue) = 68+128+189=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #4480BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4480BD is #BB7F42. Grayscale: #747474. Windows color (decimal): -12287811 or 12419140. OLE color: 12419140.

HSL color Cylindrical-coordinate representation of color #4480BD: hue angle of 210.25º degrees, saturation: 0.48, 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 #4480BD is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 128 189 -
CMYK 0.64 0.32 0 0.26
HSL 210.25º 0.48% 0.5% -
HSV(B) 210.25º 0.64% 0.74% -
XYZ 19.29 20.34 51.05 -
YUV 117.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 68 128 189 0.64 0.32 0 0.26 210.25 0.48 0.5
Hex 44 80 BD 40 20 0 1A D2 30 32
Octal 104 200 275 100 40 0 32 322 60 62
Binary 1000100 10000000 10111101 1000000 100000 0 11010 11010010 110000 110010

Color Harmonies of #4480BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4480BD

Black with #4480BD

Text Example


Text Example

White with #4480BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4480BD; }

 p { color: rgb(68,128,189); }

 H1.HeaderClassName
 {
   color: #4480BD;
 }
 .AnyTagClassName
 {
   color: #4480BD;
 }
</style>

background-color css

<style>
 a { background-color: #4480BD; }

 a { background-color: rgb(68,128,189); }

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

border-color css

<style>
 span { border-color: #4480BD; }

 span { border-color: rgb(68,128,189); }

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