Html Css Color HEX #4381AD Steel Blue

📋 copy color: '#4381AD'

red 67 ◦ green 129 ◦ blue 173

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

Shades of Steel Blue #4381AD

Tints of Steel Blue #4381AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.88%

R = 18.16%
G = 34.96%
B = 46.88%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4381AD (or 0x4381AD) is known color: Steel Blue. HEX triplet: 43, 81 and AD. RGB value is (67,129,173). Sum of RGB (Red+Green+Blue) = 67+129+173=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #4381AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4381AD is #BC7E52. Grayscale: #737373. Windows color (decimal): -12353107 or 11370819. OLE color: 11370819.

HSL color Cylindrical-coordinate representation of color #4381AD: hue angle of 204.91º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4381AD is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 67 129 173 -
CMYK 0.61 0.25 0 0.32
HSL 204.91º 0.44% 0.47% -
HSV(B) 204.91º 0.61% 0.68% -
XYZ 17.71 19.91 42.45 -
YUV 115.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 67 129 173 0.61 0.25 0 0.32 204.91 0.44 0.47
Hex 43 81 AD 3D 19 0 20 CD 2C 2F
Octal 103 201 255 75 31 0 40 315 54 57
Binary 1000011 10000001 10101101 111101 11001 0 100000 11001101 101100 101111

Color Harmonies of #4381AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4381AD

Black with #4381AD

Text Example


Text Example

White with #4381AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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