Html Css Color HEX #4580BE Steel Blue

📋 copy color: '#4580BE'

red 69 ◦ green 128 ◦ blue 190

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

Shades of Steel Blue #4580BE

Tints of Steel Blue #4580BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 17.83%
G = 33.07%
B = 49.1%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4580BE (or 0x4580BE) is known color: Steel Blue. HEX triplet: 45, 80 and BE. RGB value is (69,128,190). Sum of RGB (Red+Green+Blue) = 69+128+190=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4580BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580BE is #BA7F41. Grayscale: #757575. Windows color (decimal): -12222274 or 12484677. OLE color: 12484677.

HSL color Cylindrical-coordinate representation of color #4580BE: hue angle of 210.74º degrees, saturation: 0.48, 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 #4580BE is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 128 190 -
CMYK 0.64 0.33 0 0.25
HSL 210.74º 0.48% 0.51% -
HSV(B) 210.74º 0.64% 0.75% -
XYZ 19.47 20.42 51.63 -
YUV 117.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 69 128 190 0.64 0.33 0 0.25 210.74 0.48 0.51
Hex 45 80 BE 40 21 0 19 D3 30 33
Octal 105 200 276 100 41 0 31 323 60 63
Binary 1000101 10000000 10111110 1000000 100001 0 11001 11010011 110000 110011

Color Harmonies of #4580BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580BE

Black with #4580BE

Text Example


Text Example

White with #4580BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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