Html Css Color HEX #4580B1 Steel Blue

📋 copy color: '#4580B1'

red 69 ◦ green 128 ◦ blue 177

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

Shades of Steel Blue #4580B1

Tints of Steel Blue #4580B1

RGB

 RED value IS 69 (27.34% from 255) = 18.45%

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

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 18.45%
G = 34.22%
B = 47.33%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4580B1 (or 0x4580B1) is known color: Steel Blue. HEX triplet: 45, 80 and B1. RGB value is (69,128,177). Sum of RGB (Red+Green+Blue) = 69+128+177=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #4580B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4580B1 is #BA7F4E. Grayscale: #737373. Windows color (decimal): -12222287 or 11632709. OLE color: 11632709.

HSL color Cylindrical-coordinate representation of color #4580B1: hue angle of 207.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4580B1 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 128 177 -
CMYK 0.61 0.28 0 0.31
HSL 207.22º 0.44% 0.48% -
HSV(B) 207.22º 0.61% 0.69% -
XYZ 18.11 19.88 44.48 -
YUV 115.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 69 128 177 0.61 0.28 0 0.31 207.22 0.44 0.48
Hex 45 80 B1 3D 1C 0 1F CF 2C 30
Octal 105 200 261 75 34 0 37 317 54 60
Binary 1000101 10000000 10110001 111101 11100 0 11111 11001111 101100 110000

Color Harmonies of #4580B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580B1

Black with #4580B1

Text Example


Text Example

White with #4580B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4580B1; }

 p { color: rgb(69,128,177); }

 H1.HeaderClassName
 {
   color: #4580B1;
 }
 .AnyTagClassName
 {
   color: #4580B1;
 }
</style>

background-color css

<style>
 a { background-color: #4580B1; }

 a { background-color: rgb(69,128,177); }

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

border-color css

<style>
 span { border-color: #4580B1; }

 span { border-color: rgb(69,128,177); }

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