Html Css Color HEX #4376C0 Steel Blue

📋 copy color: '#4376C0'

red 67 ◦ green 118 ◦ blue 192

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

Shades of Steel Blue #4376C0

Tints of Steel Blue #4376C0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 17.77%
G = 31.3%
B = 50.93%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4376C0 (or 0x4376C0) is known color: Steel Blue. HEX triplet: 43, 76 and C0. RGB value is (67,118,192). Sum of RGB (Red+Green+Blue) = 67+118+192=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #4376C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4376C0 is #BC893F. Grayscale: #6E6E6E. Windows color (decimal): -12355904 or 12613187. OLE color: 12613187.

HSL color Cylindrical-coordinate representation of color #4376C0: hue angle of 215.52º 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 #4376C0 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 118 192 -
CMYK 0.65 0.39 0 0.25
HSL 215.52º 0.5% 0.51% -
HSV(B) 215.52º 0.65% 0.75% -
XYZ 18.31 17.96 52.37 -
YUV 111.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 67 118 192 0.65 0.39 0 0.25 215.52 0.5 0.51
Hex 43 76 C0 41 27 0 19 D8 32 33
Octal 103 166 300 101 47 0 31 330 62 63
Binary 1000011 1110110 11000000 1000001 100111 0 11001 11011000 110010 110011

Color Harmonies of #4376C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4376C0

Black with #4376C0

Text Example


Text Example

White with #4376C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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