Html Css Color HEX #4381BD Steel Blue

📋 copy color: '#4381BD'

red 67 ◦ green 129 ◦ blue 189

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

Shades of Steel Blue #4381BD

Tints of Steel Blue #4381BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 17.4%
G = 33.51%
B = 49.09%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4381BD (or 0x4381BD) is known color: Steel Blue. HEX triplet: 43, 81 and BD. RGB value is (67,129,189). Sum of RGB (Red+Green+Blue) = 67+129+189=385 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.40% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #4381BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4381BD is #BC7E42. Grayscale: #757575. Windows color (decimal): -12353091 or 12419395. OLE color: 12419395.

HSL color Cylindrical-coordinate representation of color #4381BD: hue angle of 209.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4381BD is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 129 189 -
CMYK 0.65 0.32 0 0.26
HSL 209.51º 0.48% 0.5% -
HSV(B) 209.51º 0.65% 0.74% -
XYZ 19.35 20.57 51.09 -
YUV 117.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 67 129 189 0.65 0.32 0 0.26 209.51 0.48 0.5
Hex 43 81 BD 41 20 0 1A D2 30 32
Octal 103 201 275 101 40 0 32 322 60 62
Binary 1000011 10000001 10111101 1000001 100000 0 11010 11010010 110000 110010

Color Harmonies of #4381BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4381BD

Black with #4381BD

Text Example


Text Example

White with #4381BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4381BD; }

 p { color: rgb(67,129,189); }

 H1.HeaderClassName
 {
   color: #4381BD;
 }
 .AnyTagClassName
 {
   color: #4381BD;
 }
</style>

background-color css

<style>
 a { background-color: #4381BD; }

 a { background-color: rgb(67,129,189); }

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

border-color css

<style>
 span { border-color: #4381BD; }

 span { border-color: rgb(67,129,189); }

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