Html Css Color HEX #4379BE Steel Blue

📋 copy color: '#4379BE'

red 67 ◦ green 121 ◦ blue 190

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

Shades of Steel Blue #4379BE

Tints of Steel Blue #4379BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 17.72%
G = 32.01%
B = 50.26%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4379BE (or 0x4379BE) is known color: Steel Blue. HEX triplet: 43, 79 and BE. RGB value is (67,121,190). Sum of RGB (Red+Green+Blue) = 67+121+190=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #4379BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4379BE is #BC8641. Grayscale: #707070. Windows color (decimal): -12355138 or 12482883. OLE color: 12482883.

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

Color convert

RGB 67 121 190 -
CMYK 0.65 0.36 0 0.25
HSL 213.66º 0.49% 0.5% -
HSV(B) 213.66º 0.65% 0.75% -
XYZ 18.45 18.59 51.33 -
YUV 112.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 67 121 190 0.65 0.36 0 0.25 213.66 0.49 0.5
Hex 43 79 BE 41 24 0 19 D6 31 32
Octal 103 171 276 101 44 0 31 326 61 62
Binary 1000011 1111001 10111110 1000001 100100 0 11001 11010110 110001 110010

Color Harmonies of #4379BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4379BE

Black with #4379BE

Text Example


Text Example

White with #4379BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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