Html Css Color HEX #4280AD Steel Blue

📋 copy color: '#4280AD'

red 66 ◦ green 128 ◦ blue 173

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

Shades of Steel Blue #4280AD

Tints of Steel Blue #4280AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 17.98%
G = 34.88%
B = 47.14%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4280AD (or 0x4280AD) is known color: Steel Blue. HEX triplet: 42, 80 and AD. RGB value is (66,128,173). Sum of RGB (Red+Green+Blue) = 66+128+173=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #4280AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4280AD is #BD7F52. Grayscale: #727272. Windows color (decimal): -12418899 or 11370562. OLE color: 11370562.

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

Color convert

RGB 66 128 173 -
CMYK 0.62 0.26 0 0.32
HSL 205.23º 0.45% 0.47% -
HSV(B) 205.23º 0.62% 0.68% -
XYZ 17.51 19.61 42.4 -
YUV 114.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 66 128 173 0.62 0.26 0 0.32 205.23 0.45 0.47
Hex 42 80 AD 3E 1A 0 20 CD 2D 2F
Octal 102 200 255 76 32 0 40 315 55 57
Binary 1000010 10000000 10101101 111110 11010 0 100000 11001101 101101 101111

Color Harmonies of #4280AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4280AD

Black with #4280AD

Text Example


Text Example

White with #4280AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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