Html Css Color HEX #4376BF Steel Blue

📋 copy color: '#4376BF'

red 67 ◦ green 118 ◦ blue 191

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

Shades of Steel Blue #4376BF

Tints of Steel Blue #4376BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 17.82%
G = 31.38%
B = 50.8%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4376BF (or 0x4376BF) is known color: Steel Blue. HEX triplet: 43, 76 and BF. RGB value is (67,118,191). Sum of RGB (Red+Green+Blue) = 67+118+191=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #4376BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4376BF is #BC8940. Grayscale: #6E6E6E. Windows color (decimal): -12355905 or 12547651. OLE color: 12547651.

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

Color convert

RGB 67 118 191 -
CMYK 0.65 0.38 0 0.25
HSL 215.32º 0.49% 0.51% -
HSV(B) 215.32º 0.65% 0.75% -
XYZ 18.2 17.91 51.79 -
YUV 111.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 67 118 191 0.65 0.38 0 0.25 215.32 0.49 0.51
Hex 43 76 BF 41 26 0 19 D7 31 33
Octal 103 166 277 101 46 0 31 327 61 63
Binary 1000011 1110110 10111111 1000001 100110 0 11001 11010111 110001 110011

Color Harmonies of #4376BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4376BF

Black with #4376BF

Text Example


Text Example

White with #4376BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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