Html Css Color HEX #4284AC Steel Blue

📋 copy color: '#4284AC'

red 66 ◦ green 132 ◦ blue 172

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

Shades of Steel Blue #4284AC

Tints of Steel Blue #4284AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

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

R = 17.84%
G = 35.68%
B = 46.49%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4284AC (or 0x4284AC) is known color: Steel Blue. HEX triplet: 42, 84 and AC. RGB value is (66,132,172). Sum of RGB (Red+Green+Blue) = 66+132+172=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #4284AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4284AC is #BD7B53. Grayscale: #747474. Windows color (decimal): -12417876 or 11306050. OLE color: 11306050.

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

Color convert

RGB 66 132 172 -
CMYK 0.62 0.23 0 0.33
HSL 202.64º 0.45% 0.47% -
HSV(B) 202.64º 0.62% 0.67% -
XYZ 17.94 20.64 42.07 -
YUV 116.83 159.13 91.75 -
System Red Green Blue C M Y K H S L
Decimal 66 132 172 0.62 0.23 0 0.33 202.64 0.45 0.47
Hex 42 84 AC 3E 17 0 21 CB 2D 2F
Octal 102 204 254 76 27 0 41 313 55 57
Binary 1000010 10000100 10101100 111110 10111 0 100001 11001011 101101 101111

Color Harmonies of #4284AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4284AC

Black with #4284AC

Text Example


Text Example

White with #4284AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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