Html Css Color HEX #4673BE Steel Blue

📋 copy color: '#4673BE'

red 70 ◦ green 115 ◦ blue 190

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

Shades of Steel Blue #4673BE

Tints of Steel Blue #4673BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 18.67%
G = 30.67%
B = 50.67%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4673BE (or 0x4673BE) is known color: Steel Blue. HEX triplet: 46, 73 and BE. RGB value is (70,115,190). Sum of RGB (Red+Green+Blue) = 70+115+190=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #4673BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4673BE is #B98C41. Grayscale: #6D6D6D. Windows color (decimal): -12160066 or 12481350. OLE color: 12481350.

HSL color Cylindrical-coordinate representation of color #4673BE: hue angle of 217.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4673BE is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 115 190 -
CMYK 0.63 0.39 0 0.25
HSL 217.5º 0.48% 0.51% -
HSV(B) 217.5º 0.63% 0.75% -
XYZ 17.95 17.28 51.1 -
YUV 110.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 70 115 190 0.63 0.39 0 0.25 217.5 0.48 0.51
Hex 46 73 BE 3F 27 0 19 DA 30 33
Octal 106 163 276 77 47 0 31 332 60 63
Binary 1000110 1110011 10111110 111111 100111 0 11001 11011010 110000 110011

Color Harmonies of #4673BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4673BE

Black with #4673BE

Text Example


Text Example

White with #4673BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4673BE; }

 p { color: rgb(70,115,190); }

 H1.HeaderClassName
 {
   color: #4673BE;
 }
 .AnyTagClassName
 {
   color: #4673BE;
 }
</style>

background-color css

<style>
 a { background-color: #4673BE; }

 a { background-color: rgb(70,115,190); }

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

border-color css

<style>
 span { border-color: #4673BE; }

 span { border-color: rgb(70,115,190); }

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