Html Css Color HEX #4679A5 Steel Blue

📋 copy color: '#4679A5'

red 70 ◦ green 121 ◦ blue 165

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

Shades of Steel Blue #4679A5

Tints of Steel Blue #4679A5

RGB

 RED value IS 70 (27.73% from 255) = 19.66%

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 165 (64.84% from 255) = 46.35%

R = 19.66%
G = 33.99%
B = 46.35%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4679A5 (or 0x4679A5) is known color: Steel Blue. HEX triplet: 46, 79 and A5. RGB value is (70,121,165). Sum of RGB (Red+Green+Blue) = 70+121+165=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #4679A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4679A5 is #B9865A. Grayscale: #6E6E6E. Windows color (decimal): -12158555 or 10844486. OLE color: 10844486.

HSL color Cylindrical-coordinate representation of color #4679A5: hue angle of 207.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4679A5 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 121 165 -
CMYK 0.58 0.27 0 0.35
HSL 207.79º 0.4% 0.46% -
HSV(B) 207.79º 0.58% 0.65% -
XYZ 16.15 17.69 38.16 -
YUV 110.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 70 121 165 0.58 0.27 0 0.35 207.79 0.4 0.46
Hex 46 79 A5 3A 1B 0 23 D0 28 2E
Octal 106 171 245 72 33 0 43 320 50 56
Binary 1000110 1111001 10100101 111010 11011 0 100011 11010000 101000 101110

Color Harmonies of #4679A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4679A5

Black with #4679A5

Text Example


Text Example

White with #4679A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4679A5; }

 p { color: rgb(70,121,165); }

 H1.HeaderClassName
 {
   color: #4679A5;
 }
 .AnyTagClassName
 {
   color: #4679A5;
 }
</style>

background-color css

<style>
 a { background-color: #4679A5; }

 a { background-color: rgb(70,121,165); }

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

border-color css

<style>
 span { border-color: #4679A5; }

 span { border-color: rgb(70,121,165); }

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