Html Css Color HEX #4671BD Steel Blue

📋 copy color: '#4671BD'

red 70 ◦ green 113 ◦ blue 189

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

Shades of Steel Blue #4671BD

Tints of Steel Blue #4671BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 18.82%
G = 30.38%
B = 50.81%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4671BD (or 0x4671BD) is known color: Steel Blue. HEX triplet: 46, 71 and BD. RGB value is (70,113,189). Sum of RGB (Red+Green+Blue) = 70+113+189=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #4671BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671BD is #B98E42. Grayscale: #6C6C6C. Windows color (decimal): -12160579 or 12415302. OLE color: 12415302.

HSL color Cylindrical-coordinate representation of color #4671BD: hue angle of 218.32º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4671BD is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 113 189 -
CMYK 0.63 0.40 0 0.26
HSL 218.32º 0.47% 0.51% -
HSV(B) 218.32º 0.63% 0.74% -
XYZ 17.62 16.79 50.46 -
YUV 108.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 70 113 189 0.63 0.40 0 0.26 218.32 0.47 0.51
Hex 46 71 BD 3F 28 0 1A DA 2F 33
Octal 106 161 275 77 50 0 32 332 57 63
Binary 1000110 1110001 10111101 111111 101000 0 11010 11011010 101111 110011

Color Harmonies of #4671BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4671BD

Black with #4671BD

Text Example


Text Example

White with #4671BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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