Html Css Color HEX #4575BE Steel Blue

📋 copy color: '#4575BE'

red 69 ◦ green 117 ◦ blue 190

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

Shades of Steel Blue #4575BE

Tints of Steel Blue #4575BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 18.35%
G = 31.12%
B = 50.53%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4575BE (or 0x4575BE) is known color: Steel Blue. HEX triplet: 45, 75 and BE. RGB value is (69,117,190). Sum of RGB (Red+Green+Blue) = 69+117+190=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #4575BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575BE is #BA8A41. Grayscale: #6E6E6E. Windows color (decimal): -12225090 or 12481861. OLE color: 12481861.

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

Color convert

RGB 69 117 190 -
CMYK 0.64 0.38 0 0.25
HSL 216.2º 0.48% 0.51% -
HSV(B) 216.2º 0.64% 0.75% -
XYZ 18.11 17.71 51.18 -
YUV 110.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 69 117 190 0.64 0.38 0 0.25 216.2 0.48 0.51
Hex 45 75 BE 40 26 0 19 D8 30 33
Octal 105 165 276 100 46 0 31 330 60 63
Binary 1000101 1110101 10111110 1000000 100110 0 11001 11011000 110000 110011

Color Harmonies of #4575BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4575BE

Black with #4575BE

Text Example


Text Example

White with #4575BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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