Html Css Color HEX #4272AD Steel Blue

📋 copy color: '#4272AD'

red 66 ◦ green 114 ◦ blue 173

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

Shades of Steel Blue #4272AD

Tints of Steel Blue #4272AD

RGB

 RED value IS 66 (26.17% from 255) = 18.7%

 GREEN value IS 114 (44.92% from 255) = 32.29%

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

R = 18.7%
G = 32.29%
B = 49.01%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4272AD (or 0x4272AD) is known color: Steel Blue. HEX triplet: 42, 72 and AD. RGB value is (66,114,173). Sum of RGB (Red+Green+Blue) = 66+114+173=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #4272AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4272AD is #BD8D52. Grayscale: #6A6A6A. Windows color (decimal): -12422483 or 11366978. OLE color: 11366978.

HSL color Cylindrical-coordinate representation of color #4272AD: hue angle of 213.08º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4272AD is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 114 173 -
CMYK 0.62 0.34 0 0.32
HSL 213.08º 0.45% 0.47% -
HSV(B) 213.08º 0.62% 0.68% -
XYZ 15.81 16.21 41.83 -
YUV 106.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 66 114 173 0.62 0.34 0 0.32 213.08 0.45 0.47
Hex 42 72 AD 3E 22 0 20 D5 2D 2F
Octal 102 162 255 76 42 0 40 325 55 57
Binary 1000010 1110010 10101101 111110 100010 0 100000 11010101 101101 101111

Color Harmonies of #4272AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4272AD

Black with #4272AD

Text Example


Text Example

White with #4272AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,114,173); }

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

background-color css

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

 a { background-color: rgb(66,114,173); }

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

border-color css

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

 span { border-color: rgb(66,114,173); }

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