Html Css Color HEX #4571BC Steel Blue

📋 copy color: '#4571BC'

red 69 ◦ green 113 ◦ blue 188

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

Shades of Steel Blue #4571BC

Tints of Steel Blue #4571BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 18.65%
G = 30.54%
B = 50.81%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4571BC (or 0x4571BC) is known color: Steel Blue. HEX triplet: 45, 71 and BC. RGB value is (69,113,188). Sum of RGB (Red+Green+Blue) = 69+113+188=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #4571BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4571BC is #BA8E43. Grayscale: #6C6C6C. Windows color (decimal): -12226116 or 12349765. OLE color: 12349765.

HSL color Cylindrical-coordinate representation of color #4571BC: hue angle of 217.82º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4571BC is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 113 188 -
CMYK 0.63 0.40 0 0.26
HSL 217.82º 0.47% 0.5% -
HSV(B) 217.82º 0.63% 0.74% -
XYZ 17.44 16.71 49.88 -
YUV 108.39 172.92 99.9 -
System Red Green Blue C M Y K H S L
Decimal 69 113 188 0.63 0.40 0 0.26 217.82 0.47 0.5
Hex 45 71 BC 3F 28 0 1A DA 2F 32
Octal 105 161 274 77 50 0 32 332 57 62
Binary 1000101 1110001 10111100 111111 101000 0 11010 11011010 101111 110010

Color Harmonies of #4571BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4571BC

Black with #4571BC

Text Example


Text Example

White with #4571BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4571BC; }

 p { color: rgb(69,113,188); }

 H1.HeaderClassName
 {
   color: #4571BC;
 }
 .AnyTagClassName
 {
   color: #4571BC;
 }
</style>

background-color css

<style>
 a { background-color: #4571BC; }

 a { background-color: rgb(69,113,188); }

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

border-color css

<style>
 span { border-color: #4571BC; }

 span { border-color: rgb(69,113,188); }

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