Html Css Color HEX #4272AC Steel Blue

📋 copy color: '#4272AC'

red 66 ◦ green 114 ◦ blue 172

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

Shades of Steel Blue #4272AC

Tints of Steel Blue #4272AC

RGB

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

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

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

R = 18.75%
G = 32.39%
B = 48.86%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4272AC (or 0x4272AC) is known color: Steel Blue. HEX triplet: 42, 72 and AC. RGB value is (66,114,172). Sum of RGB (Red+Green+Blue) = 66+114+172=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #4272AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4272AC is #BD8D53. Grayscale: #696969. Windows color (decimal): -12422484 or 11301442. OLE color: 11301442.

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

Color convert

RGB 66 114 172 -
CMYK 0.62 0.34 0 0.33
HSL 212.83º 0.45% 0.47% -
HSV(B) 212.83º 0.62% 0.67% -
XYZ 15.71 16.17 41.32 -
YUV 106.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 66 114 172 0.62 0.34 0 0.33 212.83 0.45 0.47
Hex 42 72 AC 3E 22 0 21 D5 2D 2F
Octal 102 162 254 76 42 0 41 325 55 57
Binary 1000010 1110010 10101100 111110 100010 0 100001 11010101 101101 101111

Color Harmonies of #4272AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4272AC

Black with #4272AC

Text Example


Text Example

White with #4272AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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