Html Css Color HEX #4672AF Steel Blue

📋 copy color: '#4672AF'

red 70 ◦ green 114 ◦ blue 175

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

Shades of Steel Blue #4672AF

Tints of Steel Blue #4672AF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 175 (68.75% from 255) = 48.75%

R = 19.5%
G = 31.75%
B = 48.75%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4672AF (or 0x4672AF) is known color: Steel Blue. HEX triplet: 46, 72 and AF. RGB value is (70,114,175). Sum of RGB (Red+Green+Blue) = 70+114+175=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #4672AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4672AF is #B98D50. Grayscale: #6B6B6B. Windows color (decimal): -12160337 or 11498054. OLE color: 11498054.

HSL color Cylindrical-coordinate representation of color #4672AF: hue angle of 214.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4672AF is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 114 175 -
CMYK 0.60 0.35 0 0.31
HSL 214.86º 0.43% 0.48% -
HSV(B) 214.86º 0.6% 0.69% -
XYZ 16.28 16.43 42.87 -
YUV 107.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 70 114 175 0.60 0.35 0 0.31 214.86 0.43 0.48
Hex 46 72 AF 3C 23 0 1F D7 2B 30
Octal 106 162 257 74 43 0 37 327 53 60
Binary 1000110 1110010 10101111 111100 100011 0 11111 11010111 101011 110000

Color Harmonies of #4672AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4672AF

Black with #4672AF

Text Example


Text Example

White with #4672AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4672AF; }

 p { color: rgb(70,114,175); }

 H1.HeaderClassName
 {
   color: #4672AF;
 }
 .AnyTagClassName
 {
   color: #4672AF;
 }
</style>

background-color css

<style>
 a { background-color: #4672AF; }

 a { background-color: rgb(70,114,175); }

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

border-color css

<style>
 span { border-color: #4672AF; }

 span { border-color: rgb(70,114,175); }

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