Html Css Color HEX #4381BB Steel Blue

📋 copy color: '#4381BB'

red 67 ◦ green 129 ◦ blue 187

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

Shades of Steel Blue #4381BB

Tints of Steel Blue #4381BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 17.49%
G = 33.68%
B = 48.83%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4381BB (or 0x4381BB) is known color: Steel Blue. HEX triplet: 43, 81 and BB. RGB value is (67,129,187). Sum of RGB (Red+Green+Blue) = 67+129+187=383 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.49% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #4381BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4381BB is #BC7E44. Grayscale: #747474. Windows color (decimal): -12353093 or 12288323. OLE color: 12288323.

HSL color Cylindrical-coordinate representation of color #4381BB: hue angle of 209º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4381BB is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 129 187 -
CMYK 0.64 0.31 0 0.27
HSL 209º 0.47% 0.5% -
HSV(B) 209º 0.64% 0.73% -
XYZ 19.13 20.48 49.96 -
YUV 117.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 67 129 187 0.64 0.31 0 0.27 209 0.47 0.5
Hex 43 81 BB 40 1F 0 1B D1 2F 32
Octal 103 201 273 100 37 0 33 321 57 62
Binary 1000011 10000001 10111011 1000000 11111 0 11011 11010001 101111 110010

Color Harmonies of #4381BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4381BB

Black with #4381BB

Text Example


Text Example

White with #4381BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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