Html Css Color HEX #4379C0 Steel Blue

📋 copy color: '#4379C0'

red 67 ◦ green 121 ◦ blue 192

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

Shades of Steel Blue #4379C0

Tints of Steel Blue #4379C0

RGB

 RED value IS 67 (26.56% from 255) = 17.63%

 GREEN value IS 121 (47.66% from 255) = 31.84%

 BLUE value IS 192 (75.39% from 255) = 50.53%

R = 17.63%
G = 31.84%
B = 50.53%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4379C0 (or 0x4379C0) is known color: Steel Blue. HEX triplet: 43, 79 and C0. RGB value is (67,121,192). Sum of RGB (Red+Green+Blue) = 67+121+192=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #4379C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4379C0 is #BC863F. Grayscale: #707070. Windows color (decimal): -12355136 or 12613955. OLE color: 12613955.

HSL color Cylindrical-coordinate representation of color #4379C0: hue angle of 214.08º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4379C0 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 121 192 -
CMYK 0.65 0.37 0 0.25
HSL 214.08º 0.5% 0.51% -
HSV(B) 214.08º 0.65% 0.75% -
XYZ 18.67 18.67 52.49 -
YUV 112.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 67 121 192 0.65 0.37 0 0.25 214.08 0.5 0.51
Hex 43 79 C0 41 25 0 19 D6 32 33
Octal 103 171 300 101 45 0 31 326 62 63
Binary 1000011 1111001 11000000 1000001 100101 0 11001 11010110 110010 110011

Color Harmonies of #4379C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4379C0

Black with #4379C0

Text Example


Text Example

White with #4379C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4379C0; }

 p { color: rgb(67,121,192); }

 H1.HeaderClassName
 {
   color: #4379C0;
 }
 .AnyTagClassName
 {
   color: #4379C0;
 }
</style>

background-color css

<style>
 a { background-color: #4379C0; }

 a { background-color: rgb(67,121,192); }

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

border-color css

<style>
 span { border-color: #4379C0; }

 span { border-color: rgb(67,121,192); }

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