Html Css Color HEX #4577C2 Steel Blue

📋 copy color: '#4577C2'

red 69 ◦ green 119 ◦ blue 194

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

Shades of Steel Blue #4577C2

Tints of Steel Blue #4577C2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

 BLUE value IS 194 (76.17% from 255) = 50.79%

R = 18.06%
G = 31.15%
B = 50.79%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4577C2 (or 0x4577C2) is known color: Steel Blue. HEX triplet: 45, 77 and C2. RGB value is (69,119,194). Sum of RGB (Red+Green+Blue) = 69+119+194=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #4577C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577C2 is #BA883D. Grayscale: #707070. Windows color (decimal): -12224574 or 12744517. OLE color: 12744517.

HSL color Cylindrical-coordinate representation of color #4577C2: hue angle of 216º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4577C2 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 119 194 -
CMYK 0.64 0.39 0 0.24
HSL 216º 0.51% 0.52% -
HSV(B) 216º 0.64% 0.76% -
XYZ 18.79 18.35 53.59 -
YUV 112.6 173.94 96.9 -
System Red Green Blue C M Y K H S L
Decimal 69 119 194 0.64 0.39 0 0.24 216 0.51 0.52
Hex 45 77 C2 40 27 0 18 D8 33 34
Octal 105 167 302 100 47 0 30 330 63 64
Binary 1000101 1110111 11000010 1000000 100111 0 11000 11011000 110011 110100

Color Harmonies of #4577C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4577C2

Black with #4577C2

Text Example


Text Example

White with #4577C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4577C2; }

 p { color: rgb(69,119,194); }

 H1.HeaderClassName
 {
   color: #4577C2;
 }
 .AnyTagClassName
 {
   color: #4577C2;
 }
</style>

background-color css

<style>
 a { background-color: #4577C2; }

 a { background-color: rgb(69,119,194); }

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

border-color css

<style>
 span { border-color: #4577C2; }

 span { border-color: rgb(69,119,194); }

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