Html Css Color HEX #4585BE Steel Blue

📋 copy color: '#4585BE'

red 69 ◦ green 133 ◦ blue 190

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

Shades of Steel Blue #4585BE

Tints of Steel Blue #4585BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 17.6%
G = 33.93%
B = 48.47%

CMYK

 C value IS 0.64

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4585BE (or 0x4585BE) is known color: Steel Blue. HEX triplet: 45, 85 and BE. RGB value is (69,133,190). Sum of RGB (Red+Green+Blue) = 69+133+190=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #4585BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585BE is #BA7A41. Grayscale: #787878. Windows color (decimal): -12220994 or 12485957. OLE color: 12485957.

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

Color convert

RGB 69 133 190 -
CMYK 0.64 0.3 0 0.25
HSL 208.26º 0.48% 0.51% -
HSV(B) 208.26º 0.64% 0.75% -
XYZ 20.14 21.76 51.85 -
YUV 120.36 167.3 91.37 -
System Red Green Blue C M Y K H S L
Decimal 69 133 190 0.64 0.3 0 0.25 208.26 0.48 0.51
Hex 45 85 BE 40 1E 0 19 D0 30 33
Octal 105 205 276 100 36 0 31 320 60 63
Binary 1000101 10000101 10111110 1000000 11110 0 11001 11010000 110000 110011

Color Harmonies of #4585BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585BE

Black with #4585BE

Text Example


Text Example

White with #4585BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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