Html Css Color HEX #4583BB Steel Blue

📋 copy color: '#4583BB'

red 69 ◦ green 131 ◦ blue 187

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

Shades of Steel Blue #4583BB

Tints of Steel Blue #4583BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 17.83%
G = 33.85%
B = 48.32%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4583BB (or 0x4583BB) is known color: Steel Blue. HEX triplet: 45, 83 and BB. RGB value is (69,131,187). Sum of RGB (Red+Green+Blue) = 69+131+187=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #4583BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4583BB is #BA7C44. Grayscale: #767676. Windows color (decimal): -12221509 or 12288837. OLE color: 12288837.

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

Color convert

RGB 69 131 187 -
CMYK 0.63 0.30 0 0.27
HSL 208.47º 0.46% 0.5% -
HSV(B) 208.47º 0.63% 0.73% -
XYZ 19.54 21.09 50.05 -
YUV 118.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 69 131 187 0.63 0.30 0 0.27 208.47 0.46 0.5
Hex 45 83 BB 3F 1E 0 1B D0 2E 32
Octal 105 203 273 77 36 0 33 320 56 62
Binary 1000101 10000011 10111011 111111 11110 0 11011 11010000 101110 110010

Color Harmonies of #4583BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4583BB

Black with #4583BB

Text Example


Text Example

White with #4583BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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