Html Css Color HEX #4574BB Steel Blue

📋 copy color: '#4574BB'

red 69 ◦ green 116 ◦ blue 187

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

Shades of Steel Blue #4574BB

Tints of Steel Blue #4574BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

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

R = 18.55%
G = 31.18%
B = 50.27%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4574BB (or 0x4574BB) is known color: Steel Blue. HEX triplet: 45, 74 and BB. RGB value is (69,116,187). Sum of RGB (Red+Green+Blue) = 69+116+187=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #4574BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574BB is #BA8B44. Grayscale: #6D6D6D. Windows color (decimal): -12225349 or 12284997. OLE color: 12284997.

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

Color convert

RGB 69 116 187 -
CMYK 0.63 0.38 0 0.27
HSL 216.1º 0.46% 0.5% -
HSV(B) 216.1º 0.63% 0.73% -
XYZ 17.67 17.34 49.43 -
YUV 110.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 69 116 187 0.63 0.38 0 0.27 216.1 0.46 0.5
Hex 45 74 BB 3F 26 0 1B D8 2E 32
Octal 105 164 273 77 46 0 33 330 56 62
Binary 1000101 1110100 10111011 111111 100110 0 11011 11011000 101110 110010

Color Harmonies of #4574BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574BB

Black with #4574BB

Text Example


Text Example

White with #4574BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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