Html Css Color HEX #4385AC Steel Blue

📋 copy color: '#4385AC'

red 67 ◦ green 133 ◦ blue 172

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

Shades of Steel Blue #4385AC

Tints of Steel Blue #4385AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 18.01%
G = 35.75%
B = 46.24%

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

#4385AC (or 0x4385AC) is known color: Steel Blue. HEX triplet: 43, 85 and AC. RGB value is (67,133,172). Sum of RGB (Red+Green+Blue) = 67+133+172=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #4385AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4385AC is #BC7A53. Grayscale: #757575. Windows color (decimal): -12352084 or 11306307. OLE color: 11306307.

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

Color convert

RGB 67 133 172 -
CMYK 0.61 0.23 0 0.33
HSL 202.29º 0.44% 0.47% -
HSV(B) 202.29º 0.61% 0.67% -
XYZ 18.15 20.95 42.12 -
YUV 117.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 67 133 172 0.61 0.23 0 0.33 202.29 0.44 0.47
Hex 43 85 AC 3D 17 0 21 CA 2C 2F
Octal 103 205 254 75 27 0 41 312 54 57
Binary 1000011 10000101 10101100 111101 10111 0 100001 11001010 101100 101111

Color Harmonies of #4385AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4385AC

Black with #4385AC

Text Example


Text Example

White with #4385AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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