Html Css Color HEX #4274AD Steel Blue

📋 copy color: '#4274AD'

red 66 ◦ green 116 ◦ blue 173

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

Shades of Steel Blue #4274AD

Tints of Steel Blue #4274AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 18.59%
G = 32.68%
B = 48.73%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4274AD (or 0x4274AD) is known color: Steel Blue. HEX triplet: 42, 74 and AD. RGB value is (66,116,173). Sum of RGB (Red+Green+Blue) = 66+116+173=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #4274AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4274AD is #BD8B52. Grayscale: #6B6B6B. Windows color (decimal): -12421971 or 11367490. OLE color: 11367490.

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

Color convert

RGB 66 116 173 -
CMYK 0.62 0.33 0 0.32
HSL 211.96º 0.45% 0.47% -
HSV(B) 211.96º 0.62% 0.68% -
XYZ 16.03 16.67 41.91 -
YUV 107.55 164.94 98.37 -
System Red Green Blue C M Y K H S L
Decimal 66 116 173 0.62 0.33 0 0.32 211.96 0.45 0.47
Hex 42 74 AD 3E 21 0 20 D4 2D 2F
Octal 102 164 255 76 41 0 40 324 55 57
Binary 1000010 1110100 10101101 111110 100001 0 100000 11010100 101101 101111

Color Harmonies of #4274AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4274AD

Black with #4274AD

Text Example


Text Example

White with #4274AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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