Html Css Color HEX #4384AB Steel Blue

📋 copy color: '#4384AB'

red 67 ◦ green 132 ◦ blue 171

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

Shades of Steel Blue #4384AB

Tints of Steel Blue #4384AB

RGB

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

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

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

R = 18.11%
G = 35.68%
B = 46.22%

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

#4384AB (or 0x4384AB) is known color: Steel Blue. HEX triplet: 43, 84 and AB. RGB value is (67,132,171). Sum of RGB (Red+Green+Blue) = 67+132+171=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #4384AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4384AB is #BC7B54. Grayscale: #747474. Windows color (decimal): -12352341 or 11240515. OLE color: 11240515.

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

Color convert

RGB 67 132 171 -
CMYK 0.61 0.23 0 0.33
HSL 202.5º 0.44% 0.47% -
HSV(B) 202.5º 0.61% 0.67% -
XYZ 17.92 20.64 41.57 -
YUV 117.01 158.47 92.33 -
System Red Green Blue C M Y K H S L
Decimal 67 132 171 0.61 0.23 0 0.33 202.5 0.44 0.47
Hex 43 84 AB 3D 17 0 21 CA 2C 2F
Octal 103 204 253 75 27 0 41 312 54 57
Binary 1000011 10000100 10101011 111101 10111 0 100001 11001010 101100 101111

Color Harmonies of #4384AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4384AB

Black with #4384AB

Text Example


Text Example

White with #4384AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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