Html Css Color HEX #4679B4 Steel Blue

📋 copy color: '#4679B4'

red 70 ◦ green 121 ◦ blue 180

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

Shades of Steel Blue #4679B4

Tints of Steel Blue #4679B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.52%

R = 18.87%
G = 32.61%
B = 48.52%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4679B4 (or 0x4679B4) is known color: Steel Blue. HEX triplet: 46, 79 and B4. RGB value is (70,121,180). Sum of RGB (Red+Green+Blue) = 70+121+180=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #4679B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4679B4 is #B9864B. Grayscale: #707070. Windows color (decimal): -12158540 or 11827526. OLE color: 11827526.

HSL color Cylindrical-coordinate representation of color #4679B4: hue angle of 212.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4679B4 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 121 180 -
CMYK 0.61 0.33 0 0.29
HSL 212.18º 0.44% 0.49% -
HSV(B) 212.18º 0.61% 0.71% -
XYZ 17.6 18.27 45.78 -
YUV 112.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 70 121 180 0.61 0.33 0 0.29 212.18 0.44 0.49
Hex 46 79 B4 3D 21 0 1D D4 2C 31
Octal 106 171 264 75 41 0 35 324 54 61
Binary 1000110 1111001 10110100 111101 100001 0 11101 11010100 101100 110001

Color Harmonies of #4679B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4679B4

Black with #4679B4

Text Example


Text Example

White with #4679B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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