Html Css Color HEX #4679A4 Steel Blue

📋 copy color: '#4679A4'

red 70 ◦ green 121 ◦ blue 164

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

Shades of Steel Blue #4679A4

Tints of Steel Blue #4679A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.2%

R = 19.72%
G = 34.08%
B = 46.2%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4679A4 (or 0x4679A4) is known color: Steel Blue. HEX triplet: 46, 79 and A4. RGB value is (70,121,164). Sum of RGB (Red+Green+Blue) = 70+121+164=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #4679A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4679A4 is #B9865B. Grayscale: #6E6E6E. Windows color (decimal): -12158556 or 10778950. OLE color: 10778950.

HSL color Cylindrical-coordinate representation of color #4679A4: hue angle of 207.45º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4679A4 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 121 164 -
CMYK 0.57 0.26 0 0.36
HSL 207.45º 0.4% 0.46% -
HSV(B) 207.45º 0.57% 0.64% -
XYZ 16.06 17.66 37.68 -
YUV 110.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 70 121 164 0.57 0.26 0 0.36 207.45 0.4 0.46
Hex 46 79 A4 39 1A 0 24 CF 28 2E
Octal 106 171 244 71 32 0 44 317 50 56
Binary 1000110 1111001 10100100 111001 11010 0 100100 11001111 101000 101110

Color Harmonies of #4679A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4679A4

Black with #4679A4

Text Example


Text Example

White with #4679A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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