Html Css Color HEX #4574BC Steel Blue

📋 copy color: '#4574BC'

red 69 ◦ green 116 ◦ blue 188

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

Shades of Steel Blue #4574BC

Tints of Steel Blue #4574BC

RGB

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

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

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

R = 18.5%
G = 31.1%
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

#4574BC (or 0x4574BC) is known color: Steel Blue. HEX triplet: 45, 74 and BC. RGB value is (69,116,188). Sum of RGB (Red+Green+Blue) = 69+116+188=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4574BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574BC is #BA8B43. Grayscale: #6D6D6D. Windows color (decimal): -12225348 or 12350533. OLE color: 12350533.

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

Color convert

RGB 69 116 188 -
CMYK 0.63 0.38 0 0.26
HSL 216.3º 0.47% 0.5% -
HSV(B) 216.3º 0.63% 0.74% -
XYZ 17.78 17.39 50 -
YUV 110.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 69 116 188 0.63 0.38 0 0.26 216.3 0.47 0.5
Hex 45 74 BC 3F 26 0 1A D8 2F 32
Octal 105 164 274 77 46 0 32 330 57 62
Binary 1000101 1110100 10111100 111111 100110 0 11010 11011000 101111 110010

Color Harmonies of #4574BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4574BC

Black with #4574BC

Text Example


Text Example

White with #4574BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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