Html Css Color HEX #4585BF Steel Blue

📋 copy color: '#4585BF'

red 69 ◦ green 133 ◦ blue 191

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

Shades of Steel Blue #4585BF

Tints of Steel Blue #4585BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.6%

R = 17.56%
G = 33.84%
B = 48.6%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4585BF (or 0x4585BF) is known color: Steel Blue. HEX triplet: 45, 85 and BF. RGB value is (69,133,191). Sum of RGB (Red+Green+Blue) = 69+133+191=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #4585BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4585BF is #BA7A40. Grayscale: #787878. Windows color (decimal): -12220993 or 12551493. OLE color: 12551493.

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

Color convert

RGB 69 133 191 -
CMYK 0.64 0.30 0 0.25
HSL 208.52º 0.49% 0.51% -
HSV(B) 208.52º 0.64% 0.75% -
XYZ 20.25 21.8 52.43 -
YUV 120.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 69 133 191 0.64 0.30 0 0.25 208.52 0.49 0.51
Hex 45 85 BF 40 1E 0 19 D1 31 33
Octal 105 205 277 100 36 0 31 321 61 63
Binary 1000101 10000101 10111111 1000000 11110 0 11001 11010001 110001 110011

Color Harmonies of #4585BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585BF

Black with #4585BF

Text Example


Text Example

White with #4585BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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