Html Css Color HEX #4384AC Steel Blue

📋 copy color: '#4384AC'

red 67 ◦ green 132 ◦ blue 172

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

Shades of Steel Blue #4384AC

Tints of Steel Blue #4384AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 18.06%
G = 35.58%
B = 46.36%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4384AC (or 0x4384AC) is known color: Steel Blue. HEX triplet: 43, 84 and AC. RGB value is (67,132,172). Sum of RGB (Red+Green+Blue) = 67+132+172=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4384AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4384AC is #BC7B53. Grayscale: #747474. Windows color (decimal): -12352340 or 11306051. OLE color: 11306051.

HSL color Cylindrical-coordinate representation of color #4384AC: hue angle of 202.86º 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 #4384AC is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 132 172 -
CMYK 0.61 0.23 0 0.33
HSL 202.86º 0.44% 0.47% -
HSV(B) 202.86º 0.61% 0.67% -
XYZ 18.01 20.67 42.07 -
YUV 117.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 67 132 172 0.61 0.23 0 0.33 202.86 0.44 0.47
Hex 43 84 AC 3D 17 0 21 CB 2C 2F
Octal 103 204 254 75 27 0 41 313 54 57
Binary 1000011 10000100 10101100 111101 10111 0 100001 11001011 101100 101111

Color Harmonies of #4384AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4384AC

Black with #4384AC

Text Example


Text Example

White with #4384AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4384AC; }

 p { color: rgb(67,132,172); }

 H1.HeaderClassName
 {
   color: #4384AC;
 }
 .AnyTagClassName
 {
   color: #4384AC;
 }
</style>

background-color css

<style>
 a { background-color: #4384AC; }

 a { background-color: rgb(67,132,172); }

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

border-color css

<style>
 span { border-color: #4384AC; }

 span { border-color: rgb(67,132,172); }

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