Html Css Color HEX #4385AD Steel Blue

📋 copy color: '#4385AD'

red 67 ◦ green 133 ◦ blue 173

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

Shades of Steel Blue #4385AD

Tints of Steel Blue #4385AD

RGB

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

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

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

R = 17.96%
G = 35.66%
B = 46.38%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4385AD (or 0x4385AD) is known color: Steel Blue. HEX triplet: 43, 85 and AD. RGB value is (67,133,173). Sum of RGB (Red+Green+Blue) = 67+133+173=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #4385AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4385AD is #BC7A52. Grayscale: #757575. Windows color (decimal): -12352083 or 11371843. OLE color: 11371843.

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

Color convert

RGB 67 133 173 -
CMYK 0.61 0.23 0 0.32
HSL 202.64º 0.44% 0.47% -
HSV(B) 202.64º 0.61% 0.68% -
XYZ 18.25 20.99 42.62 -
YUV 117.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 67 133 173 0.61 0.23 0 0.32 202.64 0.44 0.47
Hex 43 85 AD 3D 17 0 20 CB 2C 2F
Octal 103 205 255 75 27 0 40 313 54 57
Binary 1000011 10000101 10101101 111101 10111 0 100000 11001011 101100 101111

Color Harmonies of #4385AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4385AD

Black with #4385AD

Text Example


Text Example

White with #4385AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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