Html Css Color HEX #4575BD Steel Blue

📋 copy color: '#4575BD'

red 69 ◦ green 117 ◦ blue 189

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

Shades of Steel Blue #4575BD

Tints of Steel Blue #4575BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 18.4%
G = 31.2%
B = 50.4%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4575BD (or 0x4575BD) is known color: Steel Blue. HEX triplet: 45, 75 and BD. RGB value is (69,117,189). Sum of RGB (Red+Green+Blue) = 69+117+189=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #4575BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575BD is #BA8A42. Grayscale: #6E6E6E. Windows color (decimal): -12225091 or 12416325. OLE color: 12416325.

HSL color Cylindrical-coordinate representation of color #4575BD: hue angle of 216º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4575BD is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 117 189 -
CMYK 0.63 0.38 0 0.26
HSL 216º 0.48% 0.51% -
HSV(B) 216º 0.63% 0.74% -
XYZ 18 17.66 50.6 -
YUV 110.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 69 117 189 0.63 0.38 0 0.26 216 0.48 0.51
Hex 45 75 BD 3F 26 0 1A D8 30 33
Octal 105 165 275 77 46 0 32 330 60 63
Binary 1000101 1110101 10111101 111111 100110 0 11010 11011000 110000 110011

Color Harmonies of #4575BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4575BD

Black with #4575BD

Text Example


Text Example

White with #4575BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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