Html Css Color HEX #4671BB Steel Blue

📋 copy color: '#4671BB'

red 70 ◦ green 113 ◦ blue 187

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

Shades of Steel Blue #4671BB

Tints of Steel Blue #4671BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

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

R = 18.92%
G = 30.54%
B = 50.54%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4671BB (or 0x4671BB) is known color: Steel Blue. HEX triplet: 46, 71 and BB. RGB value is (70,113,187). Sum of RGB (Red+Green+Blue) = 70+113+187=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4671BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671BB is #B98E44. Grayscale: #6C6C6C. Windows color (decimal): -12160581 or 12284230. OLE color: 12284230.

HSL color Cylindrical-coordinate representation of color #4671BB: hue angle of 217.95º 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 #4671BB is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 113 187 -
CMYK 0.63 0.40 0 0.27
HSL 217.95º 0.46% 0.5% -
HSV(B) 217.95º 0.63% 0.73% -
XYZ 17.4 16.7 49.32 -
YUV 108.58 172.25 100.48 -
System Red Green Blue C M Y K H S L
Decimal 70 113 187 0.63 0.40 0 0.27 217.95 0.46 0.5
Hex 46 71 BB 3F 28 0 1B DA 2E 32
Octal 106 161 273 77 50 0 33 332 56 62
Binary 1000110 1110001 10111011 111111 101000 0 11011 11011010 101110 110010

Color Harmonies of #4671BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4671BB

Black with #4671BB

Text Example


Text Example

White with #4671BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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