Html Css Color HEX #4575B1 Steel Blue

📋 copy color: '#4575B1'

red 69 ◦ green 117 ◦ blue 177

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

Shades of Steel Blue #4575B1

Tints of Steel Blue #4575B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.76%

R = 19.01%
G = 32.23%
B = 48.76%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4575B1 (or 0x4575B1) is known color: Steel Blue. HEX triplet: 45, 75 and B1. RGB value is (69,117,177). Sum of RGB (Red+Green+Blue) = 69+117+177=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #4575B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575B1 is #BA8A4E. Grayscale: #6D6D6D. Windows color (decimal): -12225103 or 11629893. OLE color: 11629893.

HSL color Cylindrical-coordinate representation of color #4575B1: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4575B1 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 117 177 -
CMYK 0.61 0.34 0 0.31
HSL 213.33º 0.44% 0.48% -
HSV(B) 213.33º 0.61% 0.69% -
XYZ 16.75 17.16 44.02 -
YUV 109.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 69 117 177 0.61 0.34 0 0.31 213.33 0.44 0.48
Hex 45 75 B1 3D 22 0 1F D5 2C 30
Octal 105 165 261 75 42 0 37 325 54 60
Binary 1000101 1110101 10110001 111101 100010 0 11111 11010101 101100 110000

Color Harmonies of #4575B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4575B1

Black with #4575B1

Text Example


Text Example

White with #4575B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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