Html Css Color HEX #4381AB Steel Blue

📋 copy color: '#4381AB'

red 67 ◦ green 129 ◦ blue 171

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

Shades of Steel Blue #4381AB

Tints of Steel Blue #4381AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.59%

R = 18.26%
G = 35.15%
B = 46.59%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4381AB (or 0x4381AB) is known color: Steel Blue. HEX triplet: 43, 81 and AB. RGB value is (67,129,171). Sum of RGB (Red+Green+Blue) = 67+129+171=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4381AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4381AB is #BC7E54. Grayscale: #737373. Windows color (decimal): -12353109 or 11239747. OLE color: 11239747.

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

Color convert

RGB 67 129 171 -
CMYK 0.61 0.25 0 0.33
HSL 204.23º 0.44% 0.47% -
HSV(B) 204.23º 0.61% 0.67% -
XYZ 17.52 19.83 41.43 -
YUV 115.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 67 129 171 0.61 0.25 0 0.33 204.23 0.44 0.47
Hex 43 81 AB 3D 19 0 21 CC 2C 2F
Octal 103 201 253 75 31 0 41 314 54 57
Binary 1000011 10000001 10101011 111101 11001 0 100001 11001100 101100 101111

Color Harmonies of #4381AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4381AB

Black with #4381AB

Text Example


Text Example

White with #4381AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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