Html Css Color HEX #4584B4 Steel Blue

📋 copy color: '#4584B4'

red 69 ◦ green 132 ◦ blue 180

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

Shades of Steel Blue #4584B4

Tints of Steel Blue #4584B4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.65%

 BLUE value IS 180 (70.7% from 255) = 47.24%

R = 18.11%
G = 34.65%
B = 47.24%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4584B4 (or 0x4584B4) is known color: Steel Blue. HEX triplet: 45, 84 and B4. RGB value is (69,132,180). Sum of RGB (Red+Green+Blue) = 69+132+180=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #4584B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4584B4 is #BA7B4B. Grayscale: #767676. Windows color (decimal): -12221260 or 11830341. OLE color: 11830341.

HSL color Cylindrical-coordinate representation of color #4584B4: hue angle of 205.95º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4584B4 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 69 132 180 -
CMYK 0.62 0.27 0 0.29
HSL 205.95º 0.45% 0.49% -
HSV(B) 205.95º 0.62% 0.71% -
XYZ 18.94 21.06 46.25 -
YUV 118.64 162.63 92.6 -
System Red Green Blue C M Y K H S L
Decimal 69 132 180 0.62 0.27 0 0.29 205.95 0.45 0.49
Hex 45 84 B4 3E 1B 0 1D CE 2D 31
Octal 105 204 264 76 33 0 35 316 55 61
Binary 1000101 10000100 10110100 111110 11011 0 11101 11001110 101101 110001

Color Harmonies of #4584B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4584B4

Black with #4584B4

Text Example


Text Example

White with #4584B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4584B4; }

 p { color: rgb(69,132,180); }

 H1.HeaderClassName
 {
   color: #4584B4;
 }
 .AnyTagClassName
 {
   color: #4584B4;
 }
</style>

background-color css

<style>
 a { background-color: #4584B4; }

 a { background-color: rgb(69,132,180); }

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

border-color css

<style>
 span { border-color: #4584B4; }

 span { border-color: rgb(69,132,180); }

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