Html Css Color HEX #4A7DA3 Steel Blue

📋 copy color: '#4A7DA3'

red 74 ◦ green 125 ◦ blue 163

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

Shades of Steel Blue #4A7DA3

Tints of Steel Blue #4A7DA3

RGB

 RED value IS 74 (29.3% from 255) = 20.44%

 GREEN value IS 125 (49.22% from 255) = 34.53%

 BLUE value IS 163 (64.06% from 255) = 45.03%

R = 20.44%
G = 34.53%
B = 45.03%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4A7DA3 (or 0x4A7DA3) is known color: Steel Blue. HEX triplet: 4A, 7D and A3. RGB value is (74,125,163). Sum of RGB (Red+Green+Blue) = 74+125+163=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #4A7DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7DA3 is #B5825C. Grayscale: #717171. Windows color (decimal): -11895389 or 10714442. OLE color: 10714442.

HSL color Cylindrical-coordinate representation of color #4A7DA3: hue angle of 205.62º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A7DA3 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 125 163 -
CMYK 0.55 0.23 0 0.36
HSL 205.62º 0.38% 0.46% -
HSV(B) 205.62º 0.55% 0.64% -
XYZ 16.77 18.77 37.39 -
YUV 114.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 74 125 163 0.55 0.23 0 0.36 205.62 0.38 0.46
Hex 4A 7D A3 37 17 0 24 CE 26 2E
Octal 112 175 243 67 27 0 44 316 46 56
Binary 1001010 1111101 10100011 110111 10111 0 100100 11001110 100110 101110

Color Harmonies of #4A7DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7DA3

Black with #4A7DA3

Text Example


Text Example

White with #4A7DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A7DA3; }

 p { color: rgb(74,125,163); }

 H1.HeaderClassName
 {
   color: #4A7DA3;
 }
 .AnyTagClassName
 {
   color: #4A7DA3;
 }
</style>

background-color css

<style>
 a { background-color: #4A7DA3; }

 a { background-color: rgb(74,125,163); }

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

border-color css

<style>
 span { border-color: #4A7DA3; }

 span { border-color: rgb(74,125,163); }

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