Html Css Color HEX #4475AD Steel Blue

📋 copy color: '#4475AD'

red 68 ◦ green 117 ◦ blue 173

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

Shades of Steel Blue #4475AD

Tints of Steel Blue #4475AD

RGB

 RED value IS 68 (26.95% from 255) = 18.99%

 GREEN value IS 117 (46.09% from 255) = 32.68%

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

R = 18.99%
G = 32.68%
B = 48.32%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4475AD (or 0x4475AD) is known color: Steel Blue. HEX triplet: 44, 75 and AD. RGB value is (68,117,173). Sum of RGB (Red+Green+Blue) = 68+117+173=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #4475AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4475AD is #BB8A52. Grayscale: #6C6C6C. Windows color (decimal): -12290643 or 11367748. OLE color: 11367748.

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

Color convert

RGB 68 117 173 -
CMYK 0.61 0.32 0 0.32
HSL 212º 0.44% 0.47% -
HSV(B) 212º 0.61% 0.68% -
XYZ 16.29 16.97 41.95 -
YUV 108.73 164.27 98.95 -
System Red Green Blue C M Y K H S L
Decimal 68 117 173 0.61 0.32 0 0.32 212 0.44 0.47
Hex 44 75 AD 3D 20 0 20 D4 2C 2F
Octal 104 165 255 75 40 0 40 324 54 57
Binary 1000100 1110101 10101101 111101 100000 0 100000 11010100 101100 101111

Color Harmonies of #4475AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4475AD

Black with #4475AD

Text Example


Text Example

White with #4475AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,117,173); }

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

background-color css

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

 a { background-color: rgb(68,117,173); }

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

border-color css

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

 span { border-color: rgb(68,117,173); }

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