Html Css Color HEX #4580BB Steel Blue

📋 copy color: '#4580BB'

red 69 ◦ green 128 ◦ blue 187

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

Shades of Steel Blue #4580BB

Tints of Steel Blue #4580BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 17.97%
G = 33.33%
B = 48.7%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4580BB (or 0x4580BB) is known color: Steel Blue. HEX triplet: 45, 80 and BB. RGB value is (69,128,187). Sum of RGB (Red+Green+Blue) = 69+128+187=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #4580BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4580BB is #BA7F44. Grayscale: #747474. Windows color (decimal): -12222277 or 12288069. OLE color: 12288069.

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

Color convert

RGB 69 128 187 -
CMYK 0.63 0.32 0 0.27
HSL 210º 0.46% 0.5% -
HSV(B) 210º 0.63% 0.73% -
XYZ 19.14 20.29 49.92 -
YUV 117.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 69 128 187 0.63 0.32 0 0.27 210 0.46 0.5
Hex 45 80 BB 3F 20 0 1B D2 2E 32
Octal 105 200 273 77 40 0 33 322 56 62
Binary 1000101 10000000 10111011 111111 100000 0 11011 11010010 101110 110010

Color Harmonies of #4580BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4580BB

Black with #4580BB

Text Example


Text Example

White with #4580BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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