Html Css Color HEX #4381BE Steel Blue

📋 copy color: '#4381BE'

red 67 ◦ green 129 ◦ blue 190

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

Shades of Steel Blue #4381BE

Tints of Steel Blue #4381BE

RGB

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

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

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

R = 17.36%
G = 33.42%
B = 49.22%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4381BE (or 0x4381BE) is known color: Steel Blue. HEX triplet: 43, 81 and BE. RGB value is (67,129,190). Sum of RGB (Red+Green+Blue) = 67+129+190=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #4381BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4381BE is #BC7E41. Grayscale: #757575. Windows color (decimal): -12353090 or 12484931. OLE color: 12484931.

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

Color convert

RGB 67 129 190 -
CMYK 0.65 0.32 0 0.25
HSL 209.76º 0.49% 0.5% -
HSV(B) 209.76º 0.65% 0.75% -
XYZ 19.46 20.61 51.67 -
YUV 117.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 67 129 190 0.65 0.32 0 0.25 209.76 0.49 0.5
Hex 43 81 BE 41 20 0 19 D2 31 32
Octal 103 201 276 101 40 0 31 322 61 62
Binary 1000011 10000001 10111110 1000001 100000 0 11001 11010010 110001 110010

Color Harmonies of #4381BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4381BE

Black with #4381BE

Text Example


Text Example

White with #4381BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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