Html Css Color HEX #4672BB Steel Blue

📋 copy color: '#4672BB'

red 70 ◦ green 114 ◦ blue 187

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

Shades of Steel Blue #4672BB

Tints of Steel Blue #4672BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 18.87%
G = 30.73%
B = 50.4%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4672BB (or 0x4672BB) is known color: Steel Blue. HEX triplet: 46, 72 and BB. RGB value is (70,114,187). Sum of RGB (Red+Green+Blue) = 70+114+187=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #4672BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4672BB is #B98D44. Grayscale: #6C6C6C. Windows color (decimal): -12160325 or 12284486. OLE color: 12284486.

HSL color Cylindrical-coordinate representation of color #4672BB: hue angle of 217.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4672BB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 114 187 -
CMYK 0.63 0.39 0 0.27
HSL 217.44º 0.46% 0.5% -
HSV(B) 217.44º 0.63% 0.73% -
XYZ 17.51 16.92 49.36 -
YUV 109.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 70 114 187 0.63 0.39 0 0.27 217.44 0.46 0.5
Hex 46 72 BB 3F 27 0 1B D9 2E 32
Octal 106 162 273 77 47 0 33 331 56 62
Binary 1000110 1110010 10111011 111111 100111 0 11011 11011001 101110 110010

Color Harmonies of #4672BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4672BB

Black with #4672BB

Text Example


Text Example

White with #4672BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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