Html Css Color HEX #4674BD Steel Blue

📋 copy color: '#4674BD'

red 70 ◦ green 116 ◦ blue 189

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

Shades of Steel Blue #4674BD

Tints of Steel Blue #4674BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 18.67%
G = 30.93%
B = 50.4%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4674BD (or 0x4674BD) is known color: Steel Blue. HEX triplet: 46, 74 and BD. RGB value is (70,116,189). Sum of RGB (Red+Green+Blue) = 70+116+189=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #4674BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4674BD is #B98B42. Grayscale: #6E6E6E. Windows color (decimal): -12159811 or 12416070. OLE color: 12416070.

HSL color Cylindrical-coordinate representation of color #4674BD: hue angle of 216.81º 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 #4674BD is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 116 189 -
CMYK 0.63 0.39 0 0.26
HSL 216.81º 0.47% 0.51% -
HSV(B) 216.81º 0.63% 0.74% -
XYZ 17.96 17.47 50.57 -
YUV 110.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 70 116 189 0.63 0.39 0 0.26 216.81 0.47 0.51
Hex 46 74 BD 3F 27 0 1A D9 2F 33
Octal 106 164 275 77 47 0 32 331 57 63
Binary 1000110 1110100 10111101 111111 100111 0 11010 11011001 101111 110011

Color Harmonies of #4674BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4674BD

Black with #4674BD

Text Example


Text Example

White with #4674BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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